Searched refs:ForEachVmaFromFile (Results 1 – 4 of 4) sorted by relevance
114 bool ForEachVmaFromFile(const std::string& path, const VmaCallback& callback);
161 if (!path.empty() && !ForEachVmaFromFile(path, collect_vmas)) { in Smaps()199 return ForEachVmaFromFile(path, callback); in ForEachVma()434 bool ForEachVmaFromFile(const std::string& path, const VmaCallback& callback) { in ForEachVmaFromFile() function
348 ASSERT_TRUE(ForEachVmaFromFile(path, collect_vmas)); in TEST()
194 if (!::android::meminfo::ForEachVmaFromFile(g_filename, collect_vma)) { in showmap()