/external/linux-tools-perf/util/ |
exec_cmd.h | 4 extern void perf_set_argv_exec_path(const char *exec_path);
|
exec_cmd.c | 44 void perf_set_argv_exec_path(const char *exec_path) 46 argv_exec_path = exec_path; 50 setenv(EXEC_PATH_ENVIRONMENT, exec_path, 1);
|
help.c | 167 const char *exec_path = perf_exec_path(); local 169 if (exec_path) { 170 list_commands_in_dir(main_cmds, exec_path, prefix); 182 if (!exec_path || strcmp(path, exec_path)) 211 const char *exec_path = perf_exec_path(); local 212 printf("available %s in '%s'\n", title, exec_path); 214 mput_char('-', strlen(title) + strlen(exec_path));
|
/external/qemu/hw/ |
goldfish_trace.c | 50 static char exec_path[CLIENT_PAGE_SIZE]; variable 127 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE); 129 trace_init_exec(vstart, vend, eoff, exec_path); 131 vstart, vend, eoff, exec_path); 135 if (exec_path[0] == '\0') { 138 memcheck_get_guest_kernel_string(exec_path, value, CLIENT_PAGE_SIZE); 140 memcheck_mmap_exepath(vstart, vend, eoff, exec_path); 143 exec_path[0] = 0; 182 vstrcpy(value, exec_path, CLIENT_PAGE_SIZE); 183 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)(intptr_t)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_org/chrome/browser/ui/webui/ |
version_handler.cc | 121 StringValue exec_path(*executable_path_data); 123 web_ui()->CallJavascriptFunction("returnFilePaths", exec_path, profile_path);
|
/external/chromium/chrome/browser/ |
shell_integration_linux.cc | 378 std::string exec_path = tokenizer.token().substr(5); local 379 StringTokenizer exec_tokenizer(exec_path, " ");
|