Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DUidProcStatsCollector.h42 constexpr const char kStatFileFormat[] = "/%" PRIu32 "/stat"; variable
88 std::string pidStatPath = StringPrintf((mPath + kStatFileFormat).c_str(), PID_FOR_INIT);
89 std::string tidStatPath = StringPrintf((mPath + kTaskDirFormat + kStatFileFormat).c_str(),
H A DUidProcStatsCollector.cpp291 std::string path = StringPrintf((mPath + kStatFileFormat).c_str(), pid); in readProcessStatsLocked()
349 path = StringPrintf((taskDir + kStatFileFormat).c_str(), tid); in readProcessStatsLocked()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DProcPidDir.cpp62 std::string path = StringPrintf((procDirPath + kStatFileFormat).c_str(), pid); in populateProcPidDir()
91 StringPrintf((procDirPath + kTaskDirFormat + kStatFileFormat).c_str(), pid, in populateProcPidDir()