Lines Matching refs:GetPath
142 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
146 /*bool is_image_pic = */IsImagePic(image_header, input_image->GetPath()); in Patch()
171 input_image->GetPath().c_str(), 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()
238 LOG(ERROR) << "Unable to read image header from image file " << input_image->GetPath(); in Patch()
241 /*bool is_image_pic = */IsImagePic(image_header, input_image->GetPath()); in Patch()
266 input_image->GetPath().c_str(), 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()
288 if (!ReplaceOatFileWithSymlink(input_oat->GetPath(), in Patch()
289 output_oat->GetPath(), 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()
380 const std::string& file_path = oat_in->GetFile().GetPath(); in IsOatPic()
575 LOG(ERROR) << "unable to open oat file " << input_oat->GetPath() << " : " << error_msg; in Patch()
586 return ReplaceOatFileWithSymlink(input_oat->GetPath(), in Patch()
587 output_oat->GetPath(), in Patch()
645 LOG(ERROR) << "Elf file " << oat_file_->GetFile().GetPath() << " has an invalid oat header"; in PatchOatHeader()
1275 LOG(ERROR) << "Unable to lock output oat " << output_image->GetPath() << ": " << error_msg; in patchoat()