Searched refs:collect_vmas (Results 1 – 2 of 2) sorted by relevance
150 auto collect_vmas = [&](const Vma& vma) { in Smaps() local156 if (path.empty() && !ForEachVma(collect_vmas)) { in Smaps()161 if (!path.empty() && !ForEachVmaFromFile(path, collect_vmas)) { in Smaps()
347 auto collect_vmas = [&](const Vma& v) { vmas.push_back(v); }; in TEST() local348 ASSERT_TRUE(ForEachVmaFromFile(path, collect_vmas)); in TEST()