Searched refs:mAssetSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/include/androidfw/
H A DAsset.h119 const char* getAssetSource(void) const { return mAssetSource.string(); }
128 void setAssetSource(const String8& path) { mAssetSource = path; }
199 String8 mAssetSource; // debug string member in class:android::Asset

Completed in 96 milliseconds