Home
last modified time | relevance | path

Searched refs:execution_path (Results 1 – 11 of 11) 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.py268 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(),
Dluciferlib.py278 first_execution_path = execution_entries[0].execution_path()
280 if execution_entry.execution_path() != first_execution_path:
283 % (execution_entry.execution_path(),
Dpidfile_monitor.py77 def attach_to_existing_process(self, execution_path, argument
82 execution_path, pidfile_name=pidfile_name)
Dmonitor_db.py1351 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)
Dscheduler_models.py698 self.execution_path(), pidfile_name=pidfile_name)
939 def execution_path(self): member in HostQueueEntry
Dmonitor_db_functional_test.py559 queue_entry.execution_path(), pidfile_name)
/external/autotest/frontend/afe/
Dmodels_test.py167 self.assertEquals(task.execution_path(), 'hosts/host1/1-verify')
223 self.assertEquals(entry.execution_path(), '1-autotest_system/subdir')
Dmodels.py1922 def execution_path(self): member in HostQueueEntry
2130 def execution_path(self): member in SpecialTask
Drpc_utils.py589 execution_path=exec_path,