Searched refs:GetProcessExecutablePath (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_handle_linux.cc20 FilePath GetProcessExecutablePath(ProcessHandle process) { function in namespace:base
H A Dprocess_handle_mac.cc28 FilePath GetProcessExecutablePath(ProcessHandle process) { function in namespace:base
H A Dprocess_handle_freebsd.cc25 FilePath GetProcessExecutablePath(ProcessHandle process) { function in namespace:base
H A Dprocess_handle.h86 BASE_EXPORT FilePath GetProcessExecutablePath(ProcessHandle process);
H A Dprocess_handle_openbsd.cc30 FilePath GetProcessExecutablePath(ProcessHandle process) { function in namespace:base
H A Dprocess_iterator_linux.cc127 entry_.exe_file_ = GetProcessExecutablePath(pid).BaseName().value();
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc339 base::FilePath other_chrome_path(base::GetProcessExecutablePath(pid));

Completed in 311 milliseconds