Searched refs:zipCloseFileInZipRaw (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dzip.h319 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
H A Dzip.c1508 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) function
1749 return zipCloseFileInZipRaw (file,0,0);
/external/zlib/src/contrib/minizip/
H A Dzip.h319 extern int ZEXPORT zipCloseFileInZipRaw OF((zipFile file,
H A Dzip.c1509 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) function
1752 return zipCloseFileInZipRaw (file,0,0);
/external/chromium_org/build/android/rezip/
H A Drezip.cc454 if (ZIP_OK != zipCloseFileInZipRaw(

Completed in 238 milliseconds