OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exec_path
(Results
1 - 7
of
7
) 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/qemu/hw/android/goldfish/
trace.c
47
static char
exec_path
[CLIENT_PAGE_SIZE];
variable
106
vstrcpy(value,
exec_path
, CLIENT_PAGE_SIZE);
109
vstart, vend, eoff,
exec_path
);
111
exec_path
[0] = 0;
139
vstrcpy(value,
exec_path
, CLIENT_PAGE_SIZE);
140
DPID("QEMU.trace: thread name=%s\n",
exec_path
);
143
int len = strlen(
exec_path
);
144
if (
exec_path
[len - 1] == '\n') {
145
exec_path
[len - 1] = 0;
148
D("QEMU.trace: kernel, 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
122
base::StringValue
exec_path
(*executable_path_data);
124
web_ui()->CallJavascriptFunction("returnFilePaths",
exec_path
, profile_path);
Completed in 3968 milliseconds