Searched refs:execution_path (Results 1 – 11 of 11) 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 | 268 first_execution_path = execution_entries[0].execution_path() 270 assert execution_entry.execution_path() == first_execution_path, ( 271 '%s (%s) != %s (%s)' % (execution_entry.execution_path(), 290 execution_path = self._get_consistent_execution_path(execution_entries) 291 results_path = execution_path + '/' 660 return self.task.execution_path() 736 destination_path=self.queue_entry.execution_path() + '/') 739 self.queue_entry.execution_path(),
|
D | luciferlib.py | 278 first_execution_path = execution_entries[0].execution_path() 280 if execution_entry.execution_path() != first_execution_path: 283 % (execution_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 | 1351 def _write_control_file(self, execution_path): argument 1353 execution_path, self.job.control_file) 1359 execution_path = self.queue_entries[0].execution_path() 1360 control_path = self._write_control_file(execution_path)
|
D | scheduler_models.py | 698 self.execution_path(), pidfile_name=pidfile_name) 939 def execution_path(self): member in HostQueueEntry
|
D | monitor_db_functional_test.py | 559 queue_entry.execution_path(), pidfile_name)
|
/external/autotest/frontend/afe/ |
D | models_test.py | 167 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify') 223 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
|
D | models.py | 1922 def execution_path(self): member in HostQueueEntry 2130 def execution_path(self): member in SpecialTask
|
D | rpc_utils.py | 589 execution_path=exec_path,
|