• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:LOG

124     LOG(ERROR) << "Unable to find image at location " << image_location;  in Patch()
129 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch()
136 LOG(ERROR) << "Error while getting image length"; in Patch()
142 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
158 LOG(ERROR) << "Unable to initialize runtime"; in Patch()
174 LOG(ERROR) << "unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch()
183 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath(); in Patch()
213 LOG(ERROR) << "unable to read elf header"; in Patch()
221 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
226 LOG(ERROR) << "unable to open input image file at " << image_filename in Patch()
232 LOG(ERROR) << "Error while getting image length"; in Patch()
238 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
253 LOG(ERROR) << "Unable to initialize runtime"; in Patch()
269 LOG(ERROR) << "unable to map image file " << input_image->GetPath() << " : " << error_msg; in Patch()
277 LOG(ERROR) << "unable to open oat file " << input_oat->GetPath() << " : " << error_msg; in Patch()
305 LOG(ERROR) << "Failed to patch oat file " << input_oat->GetPath(); in Patch()
309 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath(); in Patch()
315 LOG(ERROR) << "Failed to write oat file " << input_oat->GetPath(); in Patch()
319 LOG(ERROR) << "Failed to write image file " << input_image->GetPath(); in Patch()
335 LOG(ERROR) << "Writing to oat file " << out->GetPath() << " failed."; in WriteElf()
354 LOG(ERROR) << "Writing to image file " << out->GetPath() << " failed."; in WriteImage()
362 LOG(INFO) << "image at location " << image_path << " was *not* compiled pic"; in IsImagePic()
368 LOG(INFO) << "image at location " << image_path << " was compiled PIC"; in IsImagePic()
376 LOG(ERROR) << "No ELF input oat fie available"; in IsOatPic()
384 LOG(ERROR) << "Failed to find oat header in oat file " << file_path; in IsOatPic()
389 LOG(ERROR) << "Elf file " << file_path << " has an invalid oat header"; in IsOatPic()
395 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()
408 LOG(ERROR) << "No output oat filename specified, needs filename for when we are PIC"; in ReplaceOatFileWithSymlink()
414 LOG(ERROR) << "Oat file " << output_oat_filename << " already exists, refusing to overwrite"; in ReplaceOatFileWithSymlink()
424 LOG(ERROR) << "Failed to create symlink at " << output_oat_filename in ReplaceOatFileWithSymlink()
430 LOG(INFO) << "Created symlink " << output_oat_filename << " -> " << input_oat_filename; in ReplaceOatFileWithSymlink()
445 LOG(ERROR) << "reloction renders image header invalid"; in PatchImage()
575 LOG(ERROR) << "unable to open oat file " << input_oat->GetPath() << " : " << error_msg; in Patch()
645 LOG(ERROR) << "Elf file " << oat_file_->GetFile().GetPath() << " has an invalid oat header"; in PatchOatHeader()
739 LOG(ERROR) << ".oat_patches section not found. Aborting patch"; in PatchTextSection()
775 LOG(ERROR) << error; in UsageErrorV()
960 LOG(INFO) << "patchoat: option[" << i << "]=" << argv[i]; in patchoat()
1111 LOG(INFO) << "Using input-oat-file " << input_oat_filename; in patchoat()
1133 LOG(WARNING) << "Only image file found was in /system for image location " in patchoat()
1140 LOG(INFO) << "Using patched-image-file " << patched_image_filename; in patchoat()
1199 LOG(ERROR) << "Failed to open input oat file by its FD" << input_oat_fd; in patchoat()
1206 LOG(ERROR) << "Failed to open input oat file " << input_oat_filename in patchoat()
1218 LOG(ERROR) << "Failed to open output oat file by its FD" << output_oat_fd; in patchoat()
1225 LOG(ERROR) << "Failed to open output oat file " << output_oat_filename in patchoat()
1246 LOG(INFO) << Dumpable<TimingLogger>(timings); in patchoat()
1250 LOG(INFO) << "Cleaning up.. success? " << success; in patchoat()
1255 LOG(ERROR) << "Failed to open input/output oat files"; in patchoat()
1259 LOG(ERROR) << "Failed to open output image file"; in patchoat()
1265 LOG(INFO) << "moving offset by " << base_delta in patchoat()
1275 LOG(ERROR) << "Unable to lock output oat " << output_image->GetPath() << ": " << error_msg; in patchoat()
1308 LOG(INFO) << "Exiting with return ... " << ret; in patchoat()