Searched refs:exec_path (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/libcxx/android/test/ |
D | format.py | 55 def _build(self, exec_path, source_path, compile_only=False, argument 59 self, exec_path, source_path, compile_only, use_verify) 64 exec_file = os.path.basename(exec_path) 67 adb.push(exec_path, self._wd_path(exec_file, exec_file)) 81 def _clean(self, exec_path): argument 82 exec_file = os.path.basename(exec_path) 86 os.remove(exec_path) 90 def _run(self, exec_path, _, in_dir=None): argument
|
/external/v8/src/ |
D | startup-data-util.cc | 81 char* RelativePath(char** buffer, const char* exec_path, const char* name) { in RelativePath() argument 82 DCHECK(exec_path); in RelativePath() 83 int path_separator = static_cast<int>(strlen(exec_path)) - 1; in RelativePath() 85 !base::OS::isDirectorySeparator(exec_path[path_separator])) { in RelativePath() 93 strncat(*buffer, exec_path, path_separator + 1); in RelativePath()
|
/external/libcxx/test/libcxx/test/ |
D | format.py | 98 def _clean(self, exec_path): # pylint: disable=no-self-use argument 99 libcxx.util.cleanFile(exec_path) 103 exec_path = tmpBase + '.exe' 110 source_path, out=exec_path, object_file=object_path, 128 cmd, out, err, rc = self.executor.run(exec_path, [exec_path], 140 self._clean(exec_path)
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 696 def _common_entry_to_dict(entry, type, job_dict, exec_path, status, started_on): argument 700 execution_path=exec_path, 727 exec_path = server_utils.get_special_task_exec_path( 733 exec_path, status, task['time_started']) 739 exec_path = server_utils.get_hqe_exec_path(tag, 741 return _common_entry_to_dict(queue_entry, 'Job', job_dict, exec_path,
|