Lines Matching refs:AaptAssets
5 #include "AaptAssets.h"
1983 AaptAssets::AaptAssets()
1989 const SortedVector<AaptGroupEntry>& AaptAssets::getGroupEntries() const {
1995 status_t AaptAssets::addFile(const String8& name, const sp<AaptGroup>& file)
2001 sp<AaptFile> AaptAssets::addFile(
2054 void AaptAssets::addResource(const String8& leafName, const String8& path,
2067 ssize_t AaptAssets::slurpFromArgs(Bundle* bundle)
2074 sp<AaptAssets> current = this;
2137 sp<AaptAssets> nextOverlay = new AaptAssets();
2212 ssize_t AaptAssets::slurpFullTree(Bundle* bundle, const String8& srcDir,
2225 ssize_t AaptAssets::slurpResourceTree(Bundle* bundle, const String8& srcDir)
2314 AaptAssets::slurpResourceZip(Bundle* bundle, const char* filename)
2404 status_t AaptAssets::filter(Bundle* bundle)
2577 sp<AaptSymbols> AaptAssets::getSymbolsFor(const String8& name)
2587 sp<AaptSymbols> AaptAssets::getJavaSymbolsFor(const String8& name)
2597 status_t AaptAssets::applyJavaSymbols()
2619 bool AaptAssets::isJavaSymbol(const AaptSymbolEntry& sym, bool includePrivate) const {
2629 status_t AaptAssets::buildIncludedResources(Bundle* bundle)
2650 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file)
2657 const ResTable& AaptAssets::getIncludedResources() const
2662 void AaptAssets::print(const String8& prefix) const
2689 sp<AaptDir> AaptAssets::resDir(const String8& name) const