Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp384 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()