Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
Dformat.py57 def _build(self, exec_path, source_path, compile_only=False, argument
61 self, exec_path, source_path, compile_only, use_verify)
66 exec_file = os.path.basename(exec_path)
69 adb.push(exec_path, self._wd_path(exec_file, exec_file))
83 def _clean(self, exec_path): argument
84 exec_file = os.path.basename(exec_path)
88 os.remove(exec_path)
92 def _run(self, exec_path, _, in_dir=None): argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dformat.py98 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)
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c30 static char *make_command_line(char *shell_name, char *exec_path, char **argv);
350 find_file(char *exec_path, LPOFSTRUCT file_info) in find_file() argument
356 fname = malloc(strlen(exec_path) + 5); in find_file()
357 strcpy(fname, exec_path); in find_file()
382 if ((exec_handle = (HANDLE)(intptr_t)OpenFile(exec_path, file_info, in find_file()
412 char *exec_path, in process_begin() argument
439 exec_handle = find_file(exec_path, &file_info); in process_begin()
497 command_line = make_command_line( shell_name, exec_path, argv); in process_begin()
518 exec_path = 0; /* Search for the program in %Path% */ in process_begin()
520 exec_path = file_info.szPathName; in process_begin()
[all …]
/ndk/sources/host-tools/make-3.81/w32/include/
Dsub_proc.h38 char *exec_path, char *as_user));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexception_safety.ipp133 typedef std::vector<execution_path_point> exec_path;
143 exec_path m_execution_path;