Searched refs:kProcStatPath (Results 1 – 2 of 2) sorted by relevance
30 constexpr const char* kProcStatPath = "/proc/stat"; variable123 explicit ProcStatCollector(const std::string& path = kProcStatPath) :143 std::string filePath() { return kProcStatPath; } in filePath()
308 ASSERT_TRUE(collector.enabled()) << kProcStatPath << " file is inaccessible"; in TEST()