patchoat.cc | 16 #include "patchoat.h" 95 bool PatchOat::Patch(const std::string& image_location, off_t delta, 163 PatchOat p(isa, image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(), 178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta, 285 PatchOat p(isa, elf.release(), image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(), 309 bool PatchOat::WriteElf(File* out) { 324 bool PatchOat::WriteImage(File* out) { 343 bool PatchOat::IsImagePic(const ImageHeader& image_header, const std::string& image_path) { 358 PatchOat::MaybePic PatchOat::IsOatPic(const ElfFile* oat_in) 934 static int patchoat(int argc, char **argv) { function in namespace:art [all...] |