Searched refs:maps_file (Results 1 – 3 of 3) sorted by relevance
36 void BenchmarkSetMapsFile(const std::string& maps_file) { maps_file_ = maps_file; } in BenchmarkSetMapsFile() argument
317 std::string maps_file = ::android::base::StringPrintf("/proc/%d/maps", pid_); in ReadMaps() local319 maps_file, [&](const android::procinfo::MapInfo& mapinfo) { in ReadMaps()328 LOG(ERROR) << "Failed to parse " << maps_file; in ReadMaps()
37 void TestSetMapsFile(const std::string& maps_file) { maps_file_ = maps_file; } in TestSetMapsFile() argument