Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidDir.cpp73 std::string path = StringPrintf((procDirPath + kStatusFileFormat).c_str(), pid); in populateProcPidDir()
/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.h47 constexpr const char kStatusFileFormat[] = "/%" PRIu32 "/status"; variable
DUidProcStatsCollector.cpp375 std::string pidStatusPath = StringPrintf((mPath + kStatusFileFormat).c_str(), PID_FOR_INIT); in init()
544 path = StringPrintf((mPath + kStatusFileFormat).c_str(), pid); in readProcessStatsLocked()