Searched refs:verifyMagic (Results 1 – 4 of 4) sorted by relevance
59 public static boolean verifyMagic(byte[] buf, int offset) { in verifyMagic() method in OdexHeaderItem90 if (!verifyMagic(buf, offset)) { in getVersion()
267 public static boolean verifyMagic(byte[] buf, int offset) {298 if (!verifyMagic(buf, offset)) {
72 … DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verifyMagic) { in DexBackedDexFile() argument77 if (verifyMagic) { in DexBackedDexFile()
86 verifyMagic(buf); in OatFile()118 private static void verifyMagic(byte[] buf) { in verifyMagic() method in OatFile145 verifyMagic(partialHeader); in fromInputStream()