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

/frameworks/base/tools/aapt/
H A DAaptAssets.h583 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
585 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
618 sp<FilePathStore> mFullAssetPaths; member in class:AaptAssets
H A DAaptAssets.cpp1010 String8(), mFullAssetPaths, true);
1088 count = slurpFullTree(bundle, assetRoot, AaptGroupEntry(), String8(), mFullAssetPaths);

Completed in 67 milliseconds