Searched refs:exec_path (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 30 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/ |
D | sub_proc.h | 38 char *exec_path, char *as_user));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 122 exec_path = exec_file.name 126 compile_cmd = [self.cxx_under_test, '-o', exec_path, 146 cmd.append(exec_path) 164 os.remove(exec_path)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | exception_safety.ipp | 133 typedef std::vector<execution_path_point> exec_path; 143 exec_path m_execution_path;
|