Searched refs:totalSize (Results 1 – 4 of 4) sorted by relevance
357 public AlignmentSegment(int alignment, int totalSize) { in AlignmentSegment() argument359 Preconditions.checkArgument(totalSize >= MINIMUM_SIZE, "totalSize < MINIMUM_SIZE"); in AlignmentSegment()366 padding = totalSize - MINIMUM_SIZE; in AlignmentSegment()
366 final int totalSize = bps * nbTotalSectors; in rootDirectorySize() local367 if (totalSize >= MAX_DIRECTORY * 5 * 32) { in rootDirectorySize()370 return totalSize / (5 * 32); in rootDirectorySize()
222 int totalSize = (int) (apkSigBlockSizeInFooter + 8); in findApkSigningBlock() local223 long apkSigBlockOffset = centralDirStartOffset - totalSize; in findApkSigningBlock()236 return new ApkSigningBlock(apkSigBlockOffset, apk.slice(apkSigBlockOffset, totalSize)); in findApkSigningBlock()
320 int totalSize = (int) zipFile.length();334 assertTrue(newTotalSize + " == " + totalSize, newTotalSize == totalSize);360 int totalSize = (int) zipFile.length();375 assertTrue(newTotalSize + " < " + totalSize, newTotalSize < totalSize);402 int totalSize = (int) zipFile.length();426 assertTrue(newTotalSize + " > " + totalSize, newTotalSize > totalSize);453 int totalSize = (int) zipFile.length();477 assertTrue(newTotalSize + " > " + totalSize, newTotalSize > totalSize);