Home
last modified time | relevance | path

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

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