Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidDir.cpp89 std::string path = StringPrintf((procDirPath + kStatmFileFormat).c_str(), pid); in populateProcPidDir()
/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.h49 constexpr const char kStatmFileFormat[] = "/%" PRIu32 "/statm"; variable
DUidProcStatsCollector.cpp384 std::string statmPath = StringPrintf((mPath + kStatmFileFormat).c_str(), PID_FOR_INIT); in init()
585 path = StringPrintf((mPath + kStatmFileFormat).c_str(), pid); in readProcessStatsLocked()