Home | History | Annotate | Download | only in oatdump

Lines Matching defs:image_filename

1039     std::string image_filename = image_space_.GetImageFilename();
1040 std::string oat_location = ImageHeader::GetOatLocationFromImageLocation(image_filename);
1106 std::unique_ptr<File> file(OS::OpenFileForReading(image_filename.c_str()));
1108 LOG(WARNING) << "Failed to find image in " << image_filename;