Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp368 std::string pidStatPath = StringPrintf((mPath + kStatFileFormat).c_str(), PID_FOR_INIT); in init() local
369 bool isPidStatPathAccessible = access(pidStatPath.c_str(), R_OK) == 0; in init()
408 StringAppendF(&inaccessiblePaths, "%s, ", pidStatPath.c_str()); in init()
411 StringAppendF(&inaccessiblePaths, "%s, ", pidStatPath.c_str()); in init()