Home | History | Annotate | Download | only in imgdiag

Lines Matching defs:image_file_name

1176     std::string image_file_name =
1178 auto image_map_file = std::unique_ptr<File>(OS::OpenFileForReading(image_file_name.c_str()));
1180 os << "Failed to open " << image_file_name << " for reading";
1185 os << "Could not fully read file " << image_file_name;