Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidDir.cpp46 Result<void> populateProcPidDir(const std::string& procDirPath, in populateProcPidDir() argument
56 const auto& pidDirRes = makeDir(StringPrintf("%s/%" PRIu32, procDirPath.c_str(), it.first)); in populateProcPidDir()
65 std::string path = StringPrintf((procDirPath + kStatFileFormat).c_str(), pid); in populateProcPidDir()
73 std::string path = StringPrintf((procDirPath + kStatusFileFormat).c_str(), pid); in populateProcPidDir()
81 std::string path = StringPrintf((procDirPath + kSmapsRollupFileFormat).c_str(), pid); in populateProcPidDir()
89 std::string path = StringPrintf((procDirPath + kStatmFileFormat).c_str(), pid); in populateProcPidDir()
96 const auto& taskDirRes = makeDir(StringPrintf((procDirPath + kTaskDirFormat).c_str(), pid)); in populateProcPidDir()
105 StringPrintf((procDirPath + kTaskDirFormat + "/%" PRIu32).c_str(), pid, tid)); in populateProcPidDir()
111 StringPrintf((procDirPath + kTaskDirFormat + kStatFileFormat).c_str(), pid, in populateProcPidDir()
119 StringPrintf((procDirPath + kTaskDirFormat + kTimeInStateFileFormat) in populateProcPidDir()
DProcPidDir.h33 const std::string& procDirPath,