Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dproc_file_utils.cpp176 std::string exec_target_path; in GetExecutablePath() local
179 android::base::Readlink(proc_exe_path, std::addressof(exec_target_path)), in GetExecutablePath()
182 if (android::base::EndsWith(exec_target_path, suffix)) { in GetExecutablePath()
183 return exec_target_path.substr(0, exec_target_path.size() - suffix.size()); in GetExecutablePath()
185 return exec_target_path; in GetExecutablePath()