Home
last modified time | relevance | path

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

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