Home | History | Annotate | Download | only in compiler

Lines Matching defs:image_filename

199     const char* image_filename = image_filenames[i];
203 if (strlen(image_filename) == 0u) {
211 LOG(ERROR) << "image fd " << image_fd << " name " << image_filename;
214 image_file.reset(OS::CreateEmptyFile(image_filename));
218 LOG(ERROR) << "Failed to open image file " << image_filename;
223 PLOG(ERROR) << "Failed to make image file world readable: " << image_filename;
294 PLOG(ERROR) << "Failed to write image file data " << image_filename;
311 PLOG(ERROR) << "Failed to write image file " << image_filename;
318 PLOG(ERROR) << "Failed to flush image file " << image_filename << " with result " << err;
330 PLOG(ERROR) << "Failed to write image file header " << image_filename;
338 PLOG(ERROR) << "Failed to flush and close image file " << image_filename;