Home
last modified time | relevance | path

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

/packages/services/Car/watchdog/server/tests/
DProcPidDir.cpp77 const auto& taskDirRes = makeDir(StringPrintf((procDirPath + kTaskDirFormat).c_str(), pid)); in populateProcPidDir()
85 StringPrintf((procDirPath + kTaskDirFormat + "/%" PRIu32).c_str(), pid, tid)); in populateProcPidDir()
91 StringPrintf((procDirPath + kTaskDirFormat + kStatFileFormat).c_str(), pid, in populateProcPidDir()
/packages/services/Car/watchdog/server/src/
DProcPidStat.h42 constexpr const char* kTaskDirFormat = "/%" PRIu32 "/task"; variable
69 std::string tidStatPath = StringPrintf((mPath + kTaskDirFormat + kStatFileFormat).c_str(),
DProcPidStat.cpp215 std::string taskDir = StringPrintf((mPath + kTaskDirFormat).c_str(), pid); in getProcessStatsLocked()