OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CENSIG
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
28
CENSIG
= 0x2014b50, ENDSIG = 0x6054b50;
ZipEntry.java
359
if (sig !=
CENSIG
) {
ZipInputStream.java
225
if (hdr ==
CENSIG
) {
ZipOutputStream.java
160
writeLong(cDir,
CENSIG
);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
HttpZipLocator.java
72
CENSIG
= 0x2014b50, ENDSIG = 0x6054b50;
197
if (get32(table, offset) !=
CENSIG
){
/bootable/recovery/minzip/
Zip.c
32
CENSIG
= 0x02014b50, // PK12
259
if (get4LE(ptr) !=
CENSIG
) {
[
all
...]
Completed in 103 milliseconds