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

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp658 sp<FilePathStore>& fullResPaths, const bool overwrite)
687 if (fullResPaths != NULL) {
688 fullResPaths->add(srcDir.appendPathCopy(name));
717 resType, fullResPaths, overwrite);
1120 sp<FilePathStore>& fullResPaths,
1123 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite);
656 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths, const bool overwrite) argument
1117 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType, sp<FilePathStore>& fullResPaths, const bool overwrite) argument

Completed in 985 milliseconds