OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exec_path
(Results
1 - 3
of
3
) 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
...]
/external/chromium/chrome/browser/
shell_integration_linux.cc
378
std::string
exec_path
= tokenizer.token().substr(5);
local
379
StringTokenizer exec_tokenizer(
exec_path
, " ");
/external/linux-tools-perf/util/
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
));
Completed in 411 milliseconds