Searched refs:uncompressedSize (Results 1 – 2 of 2) sorted by relevance
442 long uncompressedSize = entry.getSize(); in installImageFromAnEntry() local444 installImage(partitionName, uncompressedSize, is); in installImageFromAnEntry()449 private void installImage(String partitionName, long uncompressedSize, InputStream is) in installImage() argument461 } else if (uncompressedSize != -1) { in installImage()462 partitionSize = uncompressedSize; in installImage()463 Log.d(TAG, partitionName + " is already unsparse, raw size = " + uncompressedSize); in installImage()
291 uncompressedSize := uint32(h.UncompressedSize64)292 if uncompressedSize == 0 {293 uncompressedSize = h.UncompressedSize299 uncompressedSize = uint32max312 b.uint32(uncompressedSize)