Home
last modified time | relevance | path

Searched refs:kSmapsRollupFileFormat (Results 1 – 4 of 4) sorted by relevance

/packages/services/Car/cpp/watchdog/server/tests/
DProcPidDir.cpp81 std::string path = StringPrintf((procDirPath + kSmapsRollupFileFormat).c_str(), pid); in populateProcPidDir()
DUidProcStatsCollectorTest.cpp123 std::string path = StringPrintf((rootPath + kSmapsRollupFileFormat).c_str(), 1); in isSmapsRollupSupported()
/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.h48 constexpr const char kSmapsRollupFileFormat[] = "/%" PRIu32 "/smaps_rollup"; variable
DUidProcStatsCollector.cpp672 std::string path = StringPrintf((mPath + kSmapsRollupFileFormat).c_str(), pid); in readSmapsRollup()