Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPressureMonitor.cpp57 std::string memoryPath = StringPrintf("%s/%s", kProcPressureDirPath.c_str(), kMemoryFile); in init() local
58 if (access(memoryPath.c_str(), R_OK) != 0) { in init()
59 return Error() << "'" << memoryPath << "' path is not accessible"; in init()