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

/frameworks/base/tools/aapt/
H A DAaptAssets.h585 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
587 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
620 sp<FilePathStore> mFullAssetPaths; member in class:AaptAssets
H A DAaptAssets.cpp1034 String8(), mFullAssetPaths, true);
1112 count = slurpFullTree(bundle, assetRoot, AaptGroupEntry(), String8(), mFullAssetPaths);

Completed in 112 milliseconds