Searched refs:exe_path (Results 1 – 2 of 2) sorted by relevance
130 std::string exe_path; in TestInAppContext() local131 if (!android::base::Readlink("/proc/self/exe", &exe_path)) { in TestInAppContext()136 exe_path.c_str()); in TestInAppContext()
261 base::FilePath exe_path; in GetBuildArtifactsPath() local262 base::ReadSymbolicLink(base::FilePath("/proc/self/exe"), &exe_path); in GetBuildArtifactsPath()263 return exe_path.DirName(); in GetBuildArtifactsPath()