OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CENSIG
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
28
CENSIG
= 0x2014b50, ENDSIG = 0x6054b50;
ZipEntry.java
358
if (sig !=
CENSIG
) {
ZipInputStream.java
232
if (hdr ==
CENSIG
) {
ZipOutputStream.java
168
writeLong(cDir,
CENSIG
);
/bootable/recovery/minzip/
Zip.c
32
CENSIG
= 0x02014b50, // PK12
259
if (get4LE(ptr) !=
CENSIG
) {
[
all
...]
Completed in 21 milliseconds