Searched refs:unsparseSize (Results 1 – 1 of 1) sorted by relevance
637 long unsparseSize = sis.getUnsparseSize(); in installImage() local641 if (unsparseSize != -1) { in installImage()642 partitionSize = unsparseSize; in installImage()643 Log.d(TAG, partitionName + " is sparse, raw size = " + unsparseSize); in installImage()