OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exe_link
(Results
1 - 3
of
3
) sorted by null
/external/vboot_reference/cgpt/
cgpt_wrapper.c
147
char
exe_link
[40];
local
153
snprintf(
exe_link
, sizeof(
exe_link
), "/proc/%d/exe", pid);
155
if (readlink(
exe_link
, resolved_cgpt, sizeof(resolved_cgpt) - 1) == -1) {
/external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc
452
char
exe_link
[NAME_MAX];
local
454
if (!BuildProcPath(
exe_link
, pid_, "exe"))
456
if (!SafeReadLink(
exe_link
, new_path))
464
if (sys_stat(
exe_link
, &exe_stat) == 0 &&
471
my_memcpy(path,
exe_link
, NAME_MAX);
/external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py
292
exe_link
= '/proc/%d/exe' % process.pid
293
proc_exe = os.readlink(
exe_link
)
Completed in 111 milliseconds