Lines Matching refs:oat_file
32 #include "oat_file.h"
744 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, image_header.GetOatDataBegin(),
747 if (oat_file == NULL) {
752 uint32_t oat_checksum = oat_file->GetOatHeader().GetChecksum();
760 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta();
768 return oat_file;