Home | History | Annotate | Download | only in compiler

Lines Matching refs:image_filename

192     const char* image_filename = image_filenames[i];
196 if (strlen(image_filename) == 0u) {
204 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename;
207 image_file.reset(OS::CreateEmptyFile(image_filename));
211 LOG(ERROR) << "Failed to open image file " << image_filename;
216 PLOG(ERROR) << "Failed to make image file world readable: " << image_filename;
286 PLOG(ERROR) << "Failed to write image file data " << image_filename;
303 PLOG(ERROR) << "Failed to write image file " << image_filename;
310 PLOG(ERROR) << "Failed to flush image file " << image_filename << " with result " << err;
322 PLOG(ERROR) << "Failed to write image file header " << image_filename;
330 PLOG(ERROR) << "Failed to flush and close image file " << image_filename;