Home | History | Annotate | Download | only in patchoat

Lines Matching defs:image_location

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