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

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

Completed in 55 milliseconds