HomeSort by relevance Sort by last modified time
    Searched refs:exec_path (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
goldfish_trace.c 49 static char exec_path[CLIENT_PAGE_SIZE]; variable
126 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE);
128 trace_init_exec(vstart, vend, eoff, exec_path);
130 vstart, vend, eoff, exec_path);
134 if (exec_path[0] == '\0') {
137 memcheck_get_guest_kernel_string(exec_path, value, CLIENT_PAGE_SIZE);
139 memcheck_mmap_exepath(vstart, vend, eoff, exec_path);
142 exec_path[0] = 0;
181 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE);
182 DPID("QEMU.trace: thread name=%s\n", exec_path);
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/include/
sub_proc.h 38 char *exec_path, char *as_user));
  /ndk/sources/host-tools/make-3.81/w32/subproc/
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)
356 fname = malloc(strlen(exec_path) + 5);
357 strcpy(fname, exec_path);
382 if ((exec_handle = (HANDLE)OpenFile(exec_path, file_info,
412 char *exec_path,
430 * Shell script detection... if the exec_path starts with #! then
439 exec_handle = find_file(exec_path, &file_info);
462 * exec_path args to shell_name exec_path arg
    [all...]
  /external/chromium/chrome/browser/
shell_integration_linux.cc 378 std::string exec_path = tokenizer.token().substr(5); local
379 StringTokenizer exec_tokenizer(exec_path, " ");

Completed in 246 milliseconds