Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp177 std::string proc_exe_path = fmt::format("/proc/{}/exe", pid); in GetExecutablePath() local
179 android::base::Readlink(proc_exe_path, std::addressof(exec_target_path)), in GetExecutablePath()
180 proc_exe_path << " Should be a symbolic link but it is not."); in GetExecutablePath()