Home
last modified time | relevance | path

Searched refs:GetProcessExecutablePath (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/process/
Dprocess_handle_linux.cc29 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle.h98 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
Dprocess_iterator_linux.cc141 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value(); in CheckForNextProcess()
/external/cronet/base/process/
Dprocess_handle_mac.cc36 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle_linux.cc32 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle_freebsd.cc31 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle_openbsd.cc31 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle.h120 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
Dprocess_iterator_linux.cc132 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value(); in CheckForNextProcess()