Searched refs:inaccessiblePaths (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/cpp/watchdog/server/src/ |
D | UidProcStatsCollector.cpp | 406 std::string inaccessiblePaths; in init() local 408 StringAppendF(&inaccessiblePaths, "%s, ", pidStatPath.c_str()); in init() 411 StringAppendF(&inaccessiblePaths, "%s, ", pidStatPath.c_str()); in init() 414 StringAppendF(&inaccessiblePaths, "%s, ", pidStatusPath.c_str()); in init() 417 StringAppendF(&inaccessiblePaths, "%s, ", statmPath.c_str()); in init() 421 inaccessiblePaths.substr(0, inaccessiblePaths.length() - 2).c_str()); in init()
|