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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp184 for (size_t i=0; i<mAssetPaths.size(); i++) {
185 if (mAssetPaths[i].path == ap.path) {
197 mAssetPaths.add(ap);
201 *cookie = static_cast<int32_t>(mAssetPaths.size());
209 mAssetPaths.add(oap);
226 for (size_t i = 0; i < mAssetPaths.size(); ++i) {
227 if (mAssetPaths[i].idmap == idmapPath) {
275 mAssetPaths.add(oap);
276 *cookie = static_cast<int32_t>(mAssetPaths.size());
335 return next > mAssetPaths
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h320 Vector<asset_path> mAssetPaths; member in class:android::AssetManager

Completed in 179 milliseconds