Searched defs:kPath (Results 1 – 4 of 4) sorted by relevance
104 explicit UidIoStatsCollector(const std::string& path = kUidIoStatsPath) : kPath(path) {} in kPath() function140 const std::string kPath; variable
124 kPath(path), mMillisPerClockTick(1000 / sysconf(_SC_CLK_TCK)), mLatestStats({}) {} in kPath() function160 const std::string kPath; variable
102 explicit ProcDiskStatsCollector(const std::string& path = kProcDiskStatsPath) : kPath(path) {} in kPath() function
57 const char kPath[] = "/test/path/please/ignore"; in TEST_F() local