Searched refs:procDirPath (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | ProcPidDir.cpp | 46 Result<void> populateProcPidDir(const std::string& procDirPath, in populateProcPidDir() argument 53 const auto& pidDirRes = makeDir(StringPrintf("%s/%" PRIu32, procDirPath.c_str(), it.first)); in populateProcPidDir() 62 std::string path = StringPrintf((procDirPath + kStatFileFormat).c_str(), pid); in populateProcPidDir() 70 std::string path = StringPrintf((procDirPath + kStatusFileFormat).c_str(), pid); in populateProcPidDir() 77 const auto& taskDirRes = makeDir(StringPrintf((procDirPath + kTaskDirFormat).c_str(), pid)); in populateProcPidDir() 85 StringPrintf((procDirPath + kTaskDirFormat + "/%" PRIu32).c_str(), pid, tid)); in populateProcPidDir() 91 StringPrintf((procDirPath + kTaskDirFormat + kStatFileFormat).c_str(), pid, in populateProcPidDir()
|
H A D | ProcPidDir.h | 33 const std::string& procDirPath,
|