OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:self_path
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest_utils.cc
49
char
self_path
[PATH_MAX];
local
50
if (!SafeReadLink("/proc/self/exe",
self_path
)) {
53
helper_path = string(
self_path
);
/external/google-breakpad/src/client/mac/tests/
spawn_child_process.h
81
char
self_path
[PATH_MAX];
local
82
uint32_t size = sizeof(
self_path
);
83
if (_NSGetExecutablePath(
self_path
, &size) != 0)
85
return
self_path
;
Completed in 97 milliseconds