Home
last modified time | relevance | path

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

/packages/services/Car/watchdog/server/tests/
DProcPidDir.cpp46 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()
DProcPidDir.h33 const std::string& procDirPath,