Searched refs:ForEachVmaFromFile (Results 1 – 4 of 4) sorted by relevance
107 bool ForEachVmaFromFile(const std::string& path, const VmaCallback& callback);
143 if (!path.empty() && !ForEachVmaFromFile(path, collect_vmas)) { in Smaps()181 return ForEachVmaFromFile(path, callback); in ForEachVma()367 bool ForEachVmaFromFile(const std::string& path, const VmaCallback& callback) { in ForEachVmaFromFile() function
222 ASSERT_TRUE(ForEachVmaFromFile(path, collect_vmas)); in TEST()
174 if (!::android::meminfo::ForEachVmaFromFile(g_filename, collect_vma)) { in showmap()