Searched refs:statmPath (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | UidProcStatsCollector.cpp | 384 std::string statmPath = StringPrintf((mPath + kStatmFileFormat).c_str(), PID_FOR_INIT); in init() local 386 isStatmPathAccessible = access(statmPath.c_str(), R_OK) == 0; in init() 417 StringAppendF(&inaccessiblePaths, "%s, ", statmPath.c_str()); in init()
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | UidProcStatsCollector.cpp | 384 std::string statmPath = StringPrintf((mPath + kStatmFileFormat).c_str(), PID_FOR_INIT); in init() local 386 isStatmPathAccessible = access(statmPath.c_str(), R_OK) == 0; in init() 417 StringAppendF(&inaccessiblePaths, "%s, ", statmPath.c_str()); in init()
|