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