Searched refs:proc_exe_path (Results 1 – 1 of 1) sorted by relevance
177 std::string proc_exe_path = fmt::format("/proc/{}/exe", pid); in GetExecutablePath() local179 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()