Searched refs:image_location_base_name (Results 1 – 1 of 1) sorted by relevance
1445 std::string image_location_base_name = GetImageLocationBaseName(image_location); in DumpImageDiffMap() local1447 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()