OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uncompLen
(Results
1 - 5
of
5
) sorted by null
/bootable/recovery/minzip/
Zip.h
30
long
uncompLen
;
121
return pEntry->
uncompLen
;
/dalvik/dexopt/
OptMain.cpp
63
size_t
uncompLen
;
111
if (dexZipGetEntryInfo(&zippy, zipEntry, NULL, &
uncompLen
, NULL, NULL,
118
uncompLen
=
uncompLen
;
186
if (!dvmContinueOptimization(cacheFd, dexOffset,
uncompLen
, debugFileName,
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
149
size_t
uncompLen
;
151
if (!zipFile->getEntryInfo(zipEntry, NULL, &
uncompLen
, NULL, NULL, NULL, NULL)) {
155
*total +=
uncompLen
;
171
size_t
uncompLen
;
176
if (!zipFile->getEntryInfo(zipEntry, NULL, &
uncompLen
, NULL, NULL, &when, &crc)) {
204
if (!isFileDifferent(localFileName,
uncompLen
, modTime, crc, &st)) {
/dalvik/libdex/
ZipArchive.cpp
512
size_t
uncompLen
= get4LE(ptr + kCDEUncompLen);
514
*pUncompLen =
uncompLen
;
526
* Note we don't verify compLen/
uncompLen
if they don't request the
571
(off_t)(dataOffset +
uncompLen
) > cdOffset)
574
(long) dataOffset,
uncompLen
, (long) cdOffset);
587
static int inflateToFile(int outFd, int inFd, size_t
uncompLen
, size_t compLen)
673
if (zstream.total_out !=
uncompLen
) {
675
zstream.total_out,
uncompLen
);
707
size_t
uncompLen
, compLen;
710
if (dexZipGetEntryInfo(pArchive, entry, &method, &
uncompLen
, &compLen
[
all
...]
/frameworks/base/libs/utils/
ZipFileRO.cpp
508
size_t
uncompLen
= get4LE(ptr + kCDEUncompLen);
510
*pUncompLen =
uncompLen
;
522
* Note we don't verify compLen/
uncompLen
if they don't request the
606
(off64_t)(dataOffset +
uncompLen
) > cdOffset)
609
(long) dataOffset, (ZD_TYPE)
uncompLen
, (long) cdOffset);
681
size_t
uncompLen
, compLen;
685
getEntryInfo(entry, &method, &
uncompLen
, &compLen, &offset, NULL, NULL);
711
memcpy(buffer, ptr,
uncompLen
);
713
if (!inflateBuffer(buffer, ptr,
uncompLen
, compLen))
741
size_t
uncompLen
, compLen
[
all
...]
Completed in 79 milliseconds