Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h313 sp<FilePathStore>& fullResPaths);
580 sp<FilePathStore>& fullResPaths);
DAaptAssets.cpp1647 sp<FilePathStore>& fullResPaths) in slurpFullTree() argument
1676 if (fullResPaths != NULL) { in slurpFullTree()
1677 fullResPaths->add(srcDir.appendPathCopy(name)); in slurpFullTree()
1706 resType, fullResPaths); in slurpFullTree()
2062 sp<FilePathStore>& fullResPaths) in slurpFullTree() argument
2064 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths); in slurpFullTree()