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

/frameworks/base/tools/aapt/
H A DAaptAssets.h592 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
594 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
626 sp<FilePathStore> mFullAssetPaths; member in class:AaptAssets
H A DAaptAssets.cpp2047 String8(), mFullAssetPaths);
2121 count = slurpFullTree(bundle, assetRoot, AaptGroupEntry(), String8(), mFullAssetPaths);

Completed in 25 milliseconds