Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DZipFileRO.java134 final Ref<Long> pUncompLen, Ref<Long> pCompLen, Ref<Long> pOffset, in getEntryInfo() argument
146 if (pCompLen != null) { in getEntryInfo()
147 pCompLen.set(ze.getCompressedSize()); in getEntryInfo()