Lines Matching +defs:val +defs:path
141 static bool file_exists(const char *const path) { in file_exists()
159 for (auto &path : require_all) { in checkKernelMMMetricSupport() local
170 for (auto &path : require_one_ion_total_pools_path) { in checkKernelMMMetricSupport() local
226 bool MmMetricsReporter::ReadFileToUint(const std::string &path, uint64_t *val) { in ReadFileToUint()
261 static int ReadFileToLongs(const std::string &path, std::vector<long> *data, int start_idx, in ReadFileToLongs()
315 static inline bool ReadFileToLongsCheck(const std::string &path, std::vector<long> *store, in ReadFileToLongsCheck()
350 std::map<std::string, uint64_t> MmMetricsReporter::readSysfsNameValue(const std::string &path) { in readSysfsNameValue()
388 const std::string &path) { in readProcStat()
834 std::string path = android::base::StringPrintf("/proc/%s/comm", dp->d_name); in findPidByProcessName() local
851 int64_t MmMetricsReporter::getStimeByPathAndVerifyName(const std::string &path, in getStimeByPathAndVerifyName()
918 std::string path; in fillProcessStime() local
959 std::string path = android::base::StringPrintf("%s/cma/%s/%s", kPixelStatMm, in readCmaStat() local
975 std::string path(getSysfsPath(kCompactDuration)); in readCompactionDurationStat() local
1044 std::string path = getSysfsPath((base_path + '/' + level + '/' + sysfs_name).c_str()); in readDirectReclaimStat() local
1158 std::string path = getSysfsPath(basePath + '/' + kPsiTypes[type_idx]); in readPressureStall() local
1642 std::string path = getSysfsPath(kProcVendorMmUsageByOom); in readMmProcessUsageByOomGroup() local
1697 uint64_t val; in readAndGenGcmaPerHour() local
1698 std::string path = getSysfsPath(std::string(kGcmaBasePath) + '/' + kGcmaCached); in readAndGenGcmaPerHour() local
1716 uint64_t val; in readAndGenGcmaPerDay() local
1718 std::string path; in readAndGenGcmaPerDay() local