Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DUidProcStatsCollector.cpp371 std::string tidStatPath = StringPrintf((mPath + kTaskDirFormat + kStatFileFormat).c_str(), in init() local
373 bool isTidStatPathAccessible = access(tidStatPath.c_str(), R_OK) == 0; in init()