Searched refs:oat_patch_delta (Results 1 – 2 of 2) sorted by relevance
760 int32_t oat_patch_delta = oat_file->GetOatHeader().GetImagePatchDelta(); in OpenOatFile() local761 if (oat_patch_delta != image_patch_delta && !image_header.CompilePic()) { in OpenOatFile()764 "in image %s", oat_patch_delta, image_patch_delta, GetName()); in OpenOatFile()
1547 int32_t oat_patch_delta = oat_header.GetImagePatchDelta(); in CheckOatFile() local1548 patch_delta_verified = oat_patch_delta == real_patch_delta; in CheckOatFile()1551 real_patch_delta, oat_patch_delta); in CheckOatFile()