Home
last modified time | relevance | path

Searched refs:GetExecutablePath (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp175 Result<std::string> GetExecutablePath(const pid_t pid) { in GetExecutablePath() function
235 auto pid_exec_path = GetExecutablePath(pid); in CollectPidsByExecPath()
302 .actual_exec_path_ = CF_EXPECT(GetExecutablePath(pid)), in ExtractProcInfo()
Dproc_file_utils.h82 Result<std::string> GetExecutablePath(const pid_t pid);