OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EOCD_SIZE
(Results
1 - 2
of
2
) sorted by null
/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileTestConstants.java
37
int
EOCD_SIZE
= 22;
ZFileTest.java
722
assertEquals(ZFileTestConstants.
EOCD_SIZE
, zipNoOffset.getEocdSize());
726
assertEquals(ZFileTestConstants.
EOCD_SIZE
, zipWithOffset.getEocdSize());
790
assertEquals(ZFileTestConstants.
EOCD_SIZE
, zipNoOffset.getEocdSize());
796
assertEquals(ZFileTestConstants.
EOCD_SIZE
, zipWithOffset.getEocdSize());
808
int p3Size = ZFileTestConstants.
EOCD_SIZE
- Eocd.F_CD_OFFSET.endOffset();
[
all
...]
Completed in 170 milliseconds