Home
last modified time | relevance | path

Searched refs:useZip64 (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/zip/
DEndCentralDirectoryInfo.java82 public EndCentralDirectoryInfo(File zipFile, boolean useZip64) throws IOException { in EndCentralDirectoryInfo() argument
117 if (!useZip64) { in EndCentralDirectoryInfo()
DCentralDirectoryInfo.java199 public CentralDirectoryInfo(byte[] data, int startOffset, boolean useZip64) throws IOException { in CentralDirectoryInfo() argument
240 if (!useZip64) { in CentralDirectoryInfo()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java71 boolean useZip64, in RemoteZip() argument
77 mUseZip64 = useZip64; in RemoteZip()
83 String remoteFilePath, long fileSize, IFileDownloader downloader, boolean useZip64) { in RemoteZip() argument
84 this(remoteFilePath, fileSize, downloader, useZip64, false); in RemoteZip()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java411 boolean useZip64) in getZipCentralDirectoryInfos() argument
416 return getZipCentralDirectoryInfos(partialZipFile, endCentralDirInfo, 0, useZip64); in getZipCentralDirectoryInfos()
471 boolean useZip64) in getZipCentralDirectoryInfos() argument
485 CentralDirectoryInfo info = new CentralDirectoryInfo(data, startOffset, useZip64); in getZipCentralDirectoryInfos()