Searched refs:fullResPaths (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 682 sp<FilePathStore>& fullResPaths, const bool overwrite) in slurpFullTree() argument 711 if (fullResPaths != NULL) { in slurpFullTree() 712 fullResPaths->add(srcDir.appendPathCopy(name)); in slurpFullTree() 741 resType, fullResPaths, overwrite); in slurpFullTree() 1144 sp<FilePathStore>& fullResPaths, in slurpFullTree() argument 1147 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite); in slurpFullTree()
|
D | AaptAssets.h | 297 sp<FilePathStore>& fullResPaths, 594 sp<FilePathStore>& fullResPaths,
|