Home
last modified time | relevance | path

Searched refs:kProcStatPath (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DProcStatCollector.h30 constexpr const char* kProcStatPath = "/proc/stat"; variable
123 explicit ProcStatCollector(const std::string& path = kProcStatPath) :
143 std::string filePath() { return kProcStatPath; } in filePath()
/packages/services/Car/cpp/watchdog/server/tests/
DProcStatCollectorTest.cpp308 ASSERT_TRUE(collector.enabled()) << kProcStatPath << " file is inaccessible"; in TEST()