Searched refs:execution_path (Results 1 – 10 of 10) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | utility.c | 988 execution_path[PATH_MAX+1], in GetExecutionPath() local 996 count=readlink(link_path,execution_path,PATH_MAX); in GetExecutionPath() 1001 count=readlink(link_path,execution_path,PATH_MAX); in GetExecutionPath() 1005 execution_path[count]='\0'; in GetExecutionPath() 1006 (void) CopyMagickString(path,execution_path,extent); in GetExecutionPath() 1014 execution_path[PATH_MAX+1]; in GetExecutionPath() local 1021 (realpath(executable_path,execution_path) != (char *) NULL)) in GetExecutionPath() 1022 (void) CopyMagickString(path,execution_path,extent); in GetExecutionPath() 1028 *execution_path; in GetExecutionPath() local 1030 execution_path=(const char *) getexecname(); in GetExecutionPath() [all …]
|
D | magick.c | 1376 execution_path[MagickPathExtent], in MagickCoreGenesis() local 1411 (void) CopyMagickString(execution_path,path,MagickPathExtent); in MagickCoreGenesis() 1413 (void) GetExecutionPath(execution_path,MagickPathExtent); in MagickCoreGenesis() 1414 GetPathComponent(execution_path,TailPath,filename); in MagickCoreGenesis() 1416 GetPathComponent(execution_path,HeadPath,execution_path); in MagickCoreGenesis() 1417 (void) SetClientPath(execution_path); in MagickCoreGenesis()
|
/external/autotest/scheduler/ |
D | agent_task.py | 253 first_execution_path = execution_entries[0].execution_path() 255 assert execution_entry.execution_path() == first_execution_path, ( 256 '%s (%s) != %s (%s)' % (execution_entry.execution_path(), 275 execution_path = self._get_consistent_execution_path(execution_entries) 276 results_path = execution_path + '/' 642 return self.task.execution_path() 718 destination_path=self.queue_entry.execution_path() + '/') 721 self.queue_entry.execution_path(),
|
D | pidfile_monitor.py | 77 def attach_to_existing_process(self, execution_path, argument 82 execution_path, pidfile_name=pidfile_name)
|
D | monitor_db.py | 1165 def _write_control_file(self, execution_path): argument 1167 execution_path, self.job.control_file) 1173 execution_path = self.queue_entries[0].execution_path() 1174 control_path = self._write_control_file(execution_path)
|
D | scheduler_models.py | 673 self.execution_path(), pidfile_name=pidfile_name) 891 def execution_path(self): member in HostQueueEntry
|
D | monitor_db_functional_test.py | 553 queue_entry.execution_path(), pidfile_name)
|
/external/autotest/frontend/afe/ |
D | models_test.py | 100 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify') 156 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
|
D | models.py | 1665 def execution_path(self): member in HostQueueEntry 1863 def execution_path(self): member in SpecialTask
|
D | rpc_utils.py | 578 execution_path=exec_path,
|