Home
last modified time | relevance | path

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

/packages/services/Car/watchdog/server/src/
DProcPidStat.h43 constexpr const char* kStatusFileFormat = "/%" PRIu32 "/status"; variable
71 std::string pidStatusPath = StringPrintf((mPath + kStatusFileFormat).c_str(), PID_FOR_INIT);
DProcPidStat.cpp272 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()
/packages/services/Car/watchdog/server/tests/
DProcPidDir.cpp70 std::string path = StringPrintf((procDirPath + kStatusFileFormat).c_str(), pid); in populateProcPidDir()