Searched defs:fullResPaths (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1749 sp<FilePathStore>& fullResPaths)
1778 if (fullResPaths != NULL) {
1779 fullResPaths->add(srcDir.appendPathCopy(name));
1808 resType, fullResPaths);
2207 sp<FilePathStore>& fullResPaths)
2209 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
1747 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument
2204 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument

Completed in 244 milliseconds