Home
last modified time | relevance | path

Searched refs:pUncompLen (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
143 if (pUncompLen != null) { in getEntryInfo()
144 pUncompLen.set(ze.getSize()); // uncompressed_length in getEntryInfo()