Home
last modified time | relevance | path

Searched refs:uncompressedSize (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java442 long uncompressedSize = entry.getSize(); in installImageFromAnEntry() local
444 installImage(partitionName, uncompressedSize, is); in installImageFromAnEntry()
449 private void installImage(String partitionName, long uncompressedSize, InputStream is) in installImage() argument
461 } else if (uncompressedSize != -1) { in installImage()
462 partitionSize = uncompressedSize; in installImage()
463 Log.d(TAG, partitionName + " is already unsparse, raw size = " + uncompressedSize); in installImage()
/aosp12/build/soong/third_party/zip/
H A Dwriter.go291 uncompressedSize := uint32(h.UncompressedSize64)
292 if uncompressedSize == 0 {
293 uncompressedSize = h.UncompressedSize
299 uncompressedSize = uint32max
312 b.uint32(uncompressedSize)