Searched refs:pidStatusPath (Results 1 – 1 of 1) sorted by relevance
375 std::string pidStatusPath = StringPrintf((mPath + kStatusFileFormat).c_str(), PID_FOR_INIT); in init() local376 bool isPidStatusPathAccessible = access(pidStatusPath.c_str(), R_OK) == 0; in init()414 StringAppendF(&inaccessiblePaths, "%s, ", pidStatusPath.c_str()); in init()