Home | History | Annotate | Download | only in patchoat

Lines Matching full:image_filename

93     // *image_filename = /data/dalvik-cache/<image_isa>/boot.art
122 std::string image_filename;
123 if (!LocationToFilename(image_location, isa, &image_filename)) {
127 std::unique_ptr<File> input_image(OS::OpenFileForReading(image_filename.c_str()));
129 LOG(ERROR) << "unable to open input image file at " << image_filename
219 std::string image_filename;
220 if (!LocationToFilename(image_location, isa, &image_filename)) {
224 std::unique_ptr<File> input_image(OS::OpenFileForReading(image_filename.c_str()));
226 LOG(ERROR) << "unable to open input image file at " << image_filename