OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENDHDR
(Results
1 - 11
of
11
) sorted by null
/libcore/ojluni/src/main/java/java/util/zip/
ZipConstants.java
49
static final int
ENDHDR
= 22; // END header size
ZipFile.java
207
if (file.length() < ZipConstants.
ENDHDR
) {
/frameworks/multidex/library/src/android/support/multidex/
ZipUtil.java
40
private static final int
ENDHDR
= 22;
68
long scanOffset = raf.length() -
ENDHDR
;
90
// Read the End Of Central Directory.
ENDHDR
includes the signature
/libcore/ojluni/src/main/native/
zip_util.c
57
/* USE_MMAP means mmap the CEN &
ENDHDR
part of the zip file. */
267
static const jlong END_MAXLEN = 0xFFFF +
ENDHDR
;
303
const jlong minPos = minHDR - (sizeof(buf)-
ENDHDR
);
306
for (pos = len - sizeof(buf); pos >= minPos; pos -= (sizeof(buf)-
ENDHDR
)) {
322
for (i = sizeof(buf) -
ENDHDR
; i >= 0; i--) {
327
((pos + i +
ENDHDR
+ ENDCOM(buf + i) == len)
330
memcpy(endbuf, buf + i,
ENDHDR
);
338
if (readFullyAt(zfd, zip->comment, clen, pos + i +
ENDHDR
)
559
unsigned char endbuf[
ENDHDR
];
560
jint endhdrlen =
ENDHDR
;
[
all
...]
zip_util.h
51
#define
ENDHDR
22
200
* Use mmap for CEN &
ENDHDR
sections
212
unsigned char *maddr; /* beginning address of the CEN &
ENDHDR
*/
/bootable/recovery/minzip/
Zip.c
52
ENDHDR
= 22,
212
ptr = pArchive->addr + pArchive->length -
ENDHDR
;
430
if (length <
ENDHDR
) {
/prebuilts/sdk/current/support/multidex/library/libs/
android-support-multidex.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 510 milliseconds