Home
last modified time | relevance | path

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

/packages/services/Car/watchdog/server/src/
DProcPidStat.h41 constexpr const char* kStatFileFormat = "/%" PRIu32 "/stat"; variable
68 std::string pidStatPath = StringPrintf((mPath + kStatFileFormat).c_str(), PID_FOR_INIT);
69 std::string tidStatPath = StringPrintf((mPath + kTaskDirFormat + kStatFileFormat).c_str(),
DProcPidStat.cpp172 std::string path = StringPrintf((mPath + kStatFileFormat).c_str(), pid); in getProcessStatsLocked()
234 path = StringPrintf((taskDir + kStatFileFormat).c_str(), tid); in getProcessStatsLocked()
/packages/services/Car/watchdog/server/tests/
DProcPidDir.cpp62 std::string path = StringPrintf((procDirPath + kStatFileFormat).c_str(), pid); in populateProcPidDir()
91 StringPrintf((procDirPath + kTaskDirFormat + kStatFileFormat).c_str(), pid, in populateProcPidDir()