Home
last modified time | relevance | path

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

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