Home
last modified time | relevance | path

Searched refs:image_location_base_name (Results 1 – 1 of 1) sorted by relevance

/art/imgdiag/
Dimgdiag.cc1445 std::string image_location_base_name = GetImageLocationBaseName(image_location); in DumpImageDiffMap() local
1447 auto find_boot_map = [&os, &image_location_base_name](BacktraceMap& maps, const char* tag) in DumpImageDiffMap()
1453 if (EndsWith(map->name, image_location_base_name) || in DumpImageDiffMap()
1454 EndsWith(map->name, image_location_base_name + "]")) { in DumpImageDiffMap()
1464 os << "Could not find map for " << image_location_base_name << " in " << tag; in DumpImageDiffMap()