Searched refs:kStatusFileFormat (Results 1 – 3 of 3) sorted by relevance
43 constexpr const char* kStatusFileFormat = "/%" PRIu32 "/status"; variable71 std::string pidStatusPath = StringPrintf((mPath + kStatusFileFormat).c_str(), PID_FOR_INIT);
272 std::string path = StringPrintf((mPath + kStatusFileFormat).c_str(), processStats->process.pid); in getPidStatusLocked()308 return Error(ERR_INVALID_FILE) << "Incomplete file " << mPath + kStatusFileFormat; in getPidStatusLocked()
70 std::string path = StringPrintf((procDirPath + kStatusFileFormat).c_str(), pid); in populateProcPidDir()