OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_path
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/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
162
const char *
exec_path
= perf_exec_path();
local
164
if (
exec_path
) {
165
list_commands_in_dir(main_cmds,
exec_path
, prefix);
177
if (!
exec_path
|| strcmp(path,
exec_path
))
206
const char *
exec_path
= perf_exec_path();
local
207
printf("available %s in '%s'\n", title,
exec_path
);
209
mput_char('-', strlen(title) + strlen(
exec_path
));
/external/chromium_org/chrome/browser/ui/webui/
version_handler.cc
122
base::StringValue
exec_path
(*executable_path_data);
124
web_ui()->CallJavascriptFunction("returnFilePaths",
exec_path
, profile_path);
Completed in 189 milliseconds