Home
last modified time | relevance | path

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

/system/update_engine/common/
Dtest_utils.cc255 base::FilePath exe_path; in GetBuildArtifactsPath() local
256 base::ReadSymbolicLink(base::FilePath("/proc/self/exe"), &exe_path); in GetBuildArtifactsPath()
257 return exe_path.DirName(); in GetBuildArtifactsPath()
/system/testing/gtest_extras/
DIsolateMain.cpp103 std::string exe_path = std::string("/proc/") + std::to_string(ppid) + "/exe"; in RunInIsolationMode() local
111 if ((len = TEMP_FAILURE_RETRY(readlink(exe_path.c_str(), buf, sizeof(buf) - 1))) > 0) { in RunInIsolationMode()