Searched refs:EOCD_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
37 private static final int EOCD_SIGNATURE = 0x06054b50; field in ApkArchive108 if (signature == EOCD_SIGNATURE) { in findEndOfCDRecord()132 if (recordSignature != EOCD_SIGNATURE) { in findCDRecord()
28 const EOCD_SIGNATURE: u32 = 0x06054b50; constant57 (&eocd[0..]).get_u32_le() == EOCD_SIGNATURE, in zip_sections()
57 const EOCD_SIGNATURE: u32 = 0x06054b50; in test_zip_sections_with_apk() constant60 assert_eq!(reader.read_u32::<LittleEndian>().unwrap(), EOCD_SIGNATURE); in test_zip_sections_with_apk()