Searched refs:pid_path (Results 1 – 2 of 2) sorted by relevance
53 std::string pid_path = android::base::StringPrintf("/proc/%d/comm", pid); in GetProcessComm() local54 std::ifstream in{pid_path}; in GetProcessComm()
298 pid_path = procfs_path / android::base::StringPrintf("%d", pid); in SetUp()299 ASSERT_TRUE(fs::create_directories(pid_path)); in SetUp()300 pid_fdinfo_path = pid_path / "fdinfo"; in SetUp()343 auto maps_file_path = pid_path / "maps"; in AddMapEntries()349 std::filesystem::path pid_path; member in DmaBufProcessStatsTest