HomeSort by relevance Sort by last modified time
    Searched refs:getRemainingLength (Results 1 - 4 of 4) sorted by null

  /frameworks/base/include/androidfw/
Asset.h 97 virtual off64_t getRemainingLength(void) const = 0;
243 virtual off64_t getRemainingLength(void) const { return mLength-mOffset; }
300 virtual off64_t getRemainingLength(void) const { return mUncompressedLen-mOffset; }
  /frameworks/base/native/android/
asset_manager.cpp 209 return asset->mAsset->getRemainingLength();
214 return asset->mAsset->getRemainingLength();
  /external/clang/lib/Format/
Format.cpp     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 429 return a->getRemainingLength();
    [all...]

Completed in 172 milliseconds