HomeSort by relevance Sort by last modified time
    Searched defs:image_location (Results 1 - 3 of 3) sorted by null

  /art/patchoat/
patchoat.cc 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; local
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."
227 << " for location " << image_location; local
    [all...]
  /art/oatdump/
oatdump.cc 1704 const char* image_location = nullptr; local
    [all...]
  /art/runtime/
class_linker.cc 1361 const std::string& image_location = space->GetImageLocation(); local
    [all...]

Completed in 56 milliseconds