Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp375 std::string pidStatusPath = StringPrintf((mPath + kStatusFileFormat).c_str(), PID_FOR_INIT); in init() local
376 bool isPidStatusPathAccessible = access(pidStatusPath.c_str(), R_OK) == 0; in init()
414 StringAppendF(&inaccessiblePaths, "%s, ", pidStatusPath.c_str()); in init()