Searched refs:memoryPath (Results 1 – 1 of 1) sorted by relevance
57 std::string memoryPath = StringPrintf("%s/%s", kProcPressureDirPath.c_str(), kMemoryFile); in init() local58 if (access(memoryPath.c_str(), R_OK) != 0) { in init()59 return Error() << "'" << memoryPath << "' path is not accessible"; in init()