Searched refs:uncompressedSize (Results 1 – 1 of 1) sorted by relevance
627 long uncompressedSize = entry.getSize(); in installImageFromAnEntry() local629 installImage(partitionName, uncompressedSize, is); in installImageFromAnEntry()632 private void installImage(String partitionName, long uncompressedSize, InputStream is) in installImage() argument644 } else if (uncompressedSize != -1) { in installImage()645 partitionSize = uncompressedSize; in installImage()646 Log.d(TAG, partitionName + " is already unsparse, raw size = " + uncompressedSize); in installImage()