OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENDSIG
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
28
CENSIG = 0x2014b50,
ENDSIG
= 0x6054b50;
ZipOutputStream.java
238
writeLong(cDir,
ENDSIG
);
/bootable/recovery/minzip/
Zip.c
51
ENDSIG
= 0x06054b50, // PK56
197
* have any files in it, the end-of-central-directory signature (
ENDSIG
).
200
if (val ==
ENDSIG
) {
215
if (*ptr == (
ENDSIG
& 0xff) && get4LE(ptr) ==
ENDSIG
)
[
all
...]
Completed in 1174 milliseconds