Lines Matching defs:path
127 static bool file_exists(const char *path) { in file_exists()
145 for (auto &path : require_all) { in checkKernelMMMetricSupport() local
156 for (auto &path : require_one_ion_total_pools_path) { in checkKernelMMMetricSupport() local
184 bool MmMetricsReporter::ReadFileToUint(const std::string &path, uint64_t *val) { in ReadFileToUint()
219 static int ReadFileToLongs(const std::string &path, std::vector<long> *data, int start_idx, in ReadFileToLongs()
273 static inline bool ReadFileToLongsCheck(const std::string &path, std::vector<long> *store, in ReadFileToLongsCheck()
308 std::map<std::string, uint64_t> MmMetricsReporter::readSysfsNameValue(const std::string &path) { in readSysfsNameValue()
346 const std::string &path) { in readProcStat()
760 std::string path = android::base::StringPrintf("/proc/%s/comm", dp->d_name); in findPidByProcessName() local
777 int64_t MmMetricsReporter::getStimeByPathAndVerifyName(const std::string &path, in getStimeByPathAndVerifyName()
844 std::string path; in fillProcessStime() local
885 std::string path = android::base::StringPrintf("%s/cma/%s/%s", kPixelStatMm, in readCmaStat() local
901 std::string path(getSysfsPath(kCompactDuration)); in readCompactionDurationStat() local
970 std::string path = getSysfsPath((base_path + '/' + level + '/' + sysfs_name).c_str()); in readDirectReclaimStat() local
1084 std::string path = getSysfsPath(basePath + '/' + kPsiTypes[type_idx]); in readPressureStall() local