Home
last modified time | relevance | path

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

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