Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java627 long uncompressedSize = entry.getSize(); in installImageFromAnEntry() local
629 installImage(partitionName, uncompressedSize, is); in installImageFromAnEntry()
632 private void installImage(String partitionName, long uncompressedSize, InputStream is) in installImage() argument
644 } else if (uncompressedSize != -1) { in installImage()
645 partitionSize = uncompressedSize; in installImage()
646 Log.d(TAG, partitionName + " is already unsparse, raw size = " + uncompressedSize); in installImage()