Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_handle_linux.cc20 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle_mac.cc29 FilePath GetProcessExecutablePath(ProcessHandle process) { in GetProcessExecutablePath() function
Dprocess_handle.h76 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
Dprocess_iterator_linux.cc141 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value(); in CheckForNextProcess()