Home
last modified time | relevance | path

Searched refs:kStatFileFormat (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidDir.cpp65 std::string path = StringPrintf((procDirPath + kStatFileFormat).c_str(), pid); in populateProcPidDir()
111 StringPrintf((procDirPath + kTaskDirFormat + kStatFileFormat).c_str(), pid, in populateProcPidDir()
/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp368 std::string pidStatPath = StringPrintf((mPath + kStatFileFormat).c_str(), PID_FOR_INIT); in init()
371 std::string tidStatPath = StringPrintf((mPath + kTaskDirFormat + kStatFileFormat).c_str(), in init()
533 std::string path = StringPrintf((mPath + kStatFileFormat).c_str(), pid); in readProcessStatsLocked()
614 path = StringPrintf((taskDir + kStatFileFormat).c_str(), tid); in readProcessStatsLocked()
DUidProcStatsCollector.h45 constexpr const char kStatFileFormat[] = "/%" PRIu32 "/stat"; variable