Searched refs:zip64 (Results 1 – 11 of 11) sorted by relevance
/external/zlib/src/contrib/minizip/ |
D | zip.h | 168 int zip64)); 211 int zip64)); 249 int zip64 298 int zip64
|
D | zip.c | 154 int zip64; /* Add ZIP64 extened information in the extra field */ member 969 if(zi->ci.zip64) in Write_LocalFileHeader() 989 if(zi->ci.zip64) in Write_LocalFileHeader() 996 if(zi->ci.zip64) in Write_LocalFileHeader() 1005 if(zi->ci.zip64) in Write_LocalFileHeader() 1026 if ((err==ZIP_OK) && (zi->ci.zip64)) in Write_LocalFileHeader() 1061 uLong versionMadeBy, uLong flagBase, int zip64) in zipOpenNewFileInZip4_64() argument 1182 zi->ci.zip64 = zip64; in zipOpenNewFileInZip4_64() 1301 const char* password, uLong crcForCrypting, int zip64) in zipOpenNewFileInZip3_64() argument 1308 password, crcForCrypting, VERSIONMADEBY, 0, zip64); in zipOpenNewFileInZip3_64() [all …]
|
D | minizip.c | 404 int zip64 = 0; local 422 zip64 = isLargeFile(filenameinzip); 457 password,crcFile, zip64);
|
D | MiniZip64_info.txt | 51 …* To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HA…
|
/external/chromium-trace/catapult/third_party/zipfile/ |
D | zipfile_2_7_13.py | 329 def FileHeader(self, zip64=None): argument 344 if zip64 is None: 345 zip64 = file_size > ZIP64_LIMIT or compress_size > ZIP64_LIMIT 346 if zip64: 351 if not zip64: 1169 zip64 = self._allowZip64 and \ 1171 self.fp.write(zinfo.FileHeader(zip64)) 1197 if not zip64 and self._allowZip64: 1206 self.fp.write(zinfo.FileHeader(zip64)) 1247 zip64 = zinfo.file_size > ZIP64_LIMIT or \ [all …]
|
/external/python/cpython2/Lib/ |
D | zipfile.py | 329 def FileHeader(self, zip64=None): argument 344 if zip64 is None: 345 zip64 = file_size > ZIP64_LIMIT or compress_size > ZIP64_LIMIT 346 if zip64: 351 if not zip64: 1166 zip64 = self._allowZip64 and \ 1168 self.fp.write(zinfo.FileHeader(zip64)) 1194 if not zip64 and self._allowZip64: 1203 self.fp.write(zinfo.FileHeader(zip64)) 1244 zip64 = zinfo.file_size > ZIP64_LIMIT or \ [all …]
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 404 def FileHeader(self, zip64=None): argument 420 if zip64 is None: 421 zip64 = file_size > ZIP64_LIMIT or compress_size > ZIP64_LIMIT 422 if zip64: 427 if not zip64: 1072 def __init__(self, zf, zinfo, zip64): argument 1074 self._zip64 = zip64 1573 zip64 = self._allowZip64 and \ 1583 self.fp.write(zinfo.FileHeader(zip64)) 1586 return _ZipWriteFile(self, zinfo, zip64)
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ZipArchiveOutputStream.java | 1489 …private int versionNeededToExtract(final int zipMethod, final boolean zip64, final boolean usedDat… in versionNeededToExtract() argument 1490 if (zip64) { in versionNeededToExtract()
|
/external/apache-commons-compress/src/changes/ |
D | release-notes.vm | 339 o Parsing of zip64 extra fields has become more lenient in order
|
/external/archive-patcher/ |
D | README.md | 46 > *Note: Archive-patcher does not currently handle 'zip64' archives (archives supporting more than …
|
/external/apache-commons-compress/ |
D | RELEASE-NOTES.txt | 739 o Parsing of zip64 extra fields has become more lenient in order
|