Lines Matching refs:image_location
111 bool PatchOat::Patch(const std::string& image_location, off_t delta, in Patch() argument
117 CHECK(!image_location.empty()) << "image file must have a filename."; in Patch()
123 if (!LocationToFilename(image_location, isa, &image_filename)) { in Patch()
124 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
130 << " for location " << image_location; in Patch()
154 std::string img = "-Ximage:" + image_location; in Patch()
194 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, in Patch() argument
206 CHECK(!image_location.empty()) << "image file must have a filename."; in Patch()
220 if (!LocationToFilename(image_location, isa, &image_filename)) { in Patch()
221 LOG(ERROR) << "Unable to find image at location " << image_location; in Patch()
227 << " for location " << image_location; in Patch()
249 std::string img = "-Ximage:" + image_location; in Patch()