Lines Matching +defs:val +defs:path
53 bool SysMemInfo::ReadMemInfo(const char* path) { in ReadMemInfo()
56 [&](std::string_view tag, uint64_t val) { in ReadMemInfo()
65 bool SysMemInfo::ReadMemInfo(std::vector<uint64_t>* out, const char* path) { in ReadMemInfo()
73 const char* path) { in ReadMemInfo()
74 return ReadMemInfo(path, ntags, tags, [&]([[maybe_unused]] std::string_view tag, uint64_t val) { in ReadMemInfo()
90 bool SysMemInfo::ReadMemInfo(const char* path, size_t ntags, const std::string_view* tags, in ReadMemInfo()
126 uint64_t val = strtoull(p, &endptr, 10); in ReadMemInfo() local
263 uint64_t ReadVmallocInfo(const char* path) { in ReadVmallocInfo()
298 static bool ReadSysfsFile(const std::string& path, uint64_t* value) { in ReadSysfsFile()
314 bool ReadIonHeapsSizeKb(uint64_t* size, const std::string& path) { in ReadIonHeapsSizeKb()
318 bool ReadIonPoolsSizeKb(uint64_t* size, const std::string& path) { in ReadIonPoolsSizeKb()