Searched refs:pidStatPath (Results 1 – 1 of 1) sorted by relevance
368 std::string pidStatPath = StringPrintf((mPath + kStatFileFormat).c_str(), PID_FOR_INIT); in init() local369 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()