Searched refs:fullResPaths (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 659 sp<FilePathStore>& fullResPaths, const bool overwrite) in slurpFullTree() argument 688 if (fullResPaths != NULL) { in slurpFullTree() 689 fullResPaths->add(srcDir.appendPathCopy(name)); in slurpFullTree() 718 resType, fullResPaths, overwrite); in slurpFullTree() 1121 sp<FilePathStore>& fullResPaths, in slurpFullTree() argument 1124 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite); in slurpFullTree()
|
D | AaptAssets.h | 295 sp<FilePathStore>& fullResPaths, 592 sp<FilePathStore>& fullResPaths,
|