Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DUidProcStatsCollector.h41 constexpr const char kProcDirPath[] = "/proc"; variable
85 explicit UidProcStatsCollector(const std::string& path = kProcDirPath) :
H A DUidProcStatsCollector.cpp210 return Error() << "Can not access PID stat files under " << kProcDirPath; in collect()