Home
last modified time | relevance | path

Searched defs:getRemainingLength (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h280 off64_t getRemainingLength(void) const override { return mLength-mOffset; } in getRemainingLength() function
338 virtual off64_t getRemainingLength(void) const { return mUncompressedLen-mOffset; } in getRemainingLength() function
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAsset.java128 public abstract long getRemainingLength(); in getRemainingLength() method in Asset
600 public long getRemainingLength() { in getRemainingLength() method in Asset._FileAsset
1074 public long getRemainingLength() { in getRemainingLength() method in Asset._CompressedAsset