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

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1757 sp<FilePathStore>& fullResPaths)
1786 if (fullResPaths != NULL) {
1787 fullResPaths->add(srcDir.appendPathCopy(name));
1816 resType, fullResPaths);
2215 sp<FilePathStore>& fullResPaths)
2217 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
1755 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument
2212 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths) argument

Completed in 34 milliseconds