Searched refs:statmPath (Results 1 – 1 of 1) sorted by relevance
384 std::string statmPath = StringPrintf((mPath + kStatmFileFormat).c_str(), PID_FOR_INIT); in init() local386 isStatmPathAccessible = access(statmPath.c_str(), R_OK) == 0; in init()417 StringAppendF(&inaccessiblePaths, "%s, ", statmPath.c_str()); in init()