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

/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h100 virtual off64_t getRemainingLength(void) const = 0;
266 virtual off64_t getRemainingLength(void) const { return mLength-mOffset; } function in class:android::_FileAsset
322 virtual off64_t getRemainingLength(void) const { return mUncompressedLen-mOffset; } function in class:android::_CompressedAsset

Completed in 54 milliseconds