OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCTIM
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
ZipConstants.java
31
LOCVER = 4, LOCFLG = 6, LOCHOW = 8,
LOCTIM
= 10, LOCCRC = 14,
ZipInputStream.java
248
int ceTime = Memory.peekShort(hdrBuf,
LOCTIM
- LOCVER, ByteOrder.LITTLE_ENDIAN) & 0xffff;
249
int ceModDate = Memory.peekShort(hdrBuf,
LOCTIM
- LOCVER + 2, ByteOrder.LITTLE_ENDIAN) & 0xffff;
/bootable/recovery/minzip/
Zip.c
73
LOCTIM
= 10,
[
all
...]
Completed in 54 milliseconds