Searched defs:fileSize (Results 1 – 5 of 5) sorted by relevance
53 long fileSize, in RemoteZip()71 public RemoteZip(String remoteFilePath, long fileSize, IFileDownloader downloader) { in RemoteZip()
120 final long fileSize = apkContent.size(); in generateV4Signature() local155 byte[] apkDigest, byte[] additionaData, long fileSize) in generateSignature()
137 static byte[] getSigningData(long fileSize, HashingInfo hashingInfo, SigningInfo signingInfo) { in getSigningData()
124 long fileSize = zip.size(); in findZipEndOfCentralDirectoryRecord() local171 long fileSize = zip.size(); in findZipEndOfCentralDirectoryRecord() local
100 private static byte[] createFileContent(int fileSize) { in createFileContent()