Home
last modified time | relevance | path

Searched refs:execution_path (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickCore/
Dutility.c988 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 …]
Dmagick.c1376 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/
Dagent_task.py253 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(),
Dpidfile_monitor.py77 def attach_to_existing_process(self, execution_path, argument
82 execution_path, pidfile_name=pidfile_name)
Dmonitor_db.py1165 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)
Dscheduler_models.py673 self.execution_path(), pidfile_name=pidfile_name)
891 def execution_path(self): member in HostQueueEntry
Dmonitor_db_functional_test.py553 queue_entry.execution_path(), pidfile_name)
/external/autotest/frontend/afe/
Dmodels_test.py100 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify')
156 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
Dmodels.py1665 def execution_path(self): member in HostQueueEntry
1863 def execution_path(self): member in SpecialTask
Drpc_utils.py578 execution_path=exec_path,