Home
last modified time | relevance | path

Searched defs:pid_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/system/extras/cpu_loads/
H A Dpss.cpp35 std::string pid_path = android::base::StringPrintf("/proc/%d/smaps", getpid()); in main() local
/aosp_15_r20/system/memory/libmeminfo/libdmabufinfo/tools/
Ddmabuf_dump.cpp61 std::string pid_path = android::base::StringPrintf("/proc/%d/comm", pid); in GetProcessComm() local
/aosp_15_r20/external/crosvm/tools/impl/
H A Dtestvm.py55 def pid_path(arch: Arch): function
/aosp_15_r20/external/libbrillo/brillo/
H A Dprocess_test.cc346 FilePath pid_path = temp_dir_.GetPath().Append("pid"); in TEST_F() local
/aosp_15_r20/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp311 std::filesystem::path pid_path; member in DmaBufProcessStatsTest
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics_linux.cc861 const FilePath pid_path = in GetFdInfoFromPid() local