Lines Matching refs:AaptAssets

885 AaptAssets::AaptAssets()  in AaptAssets()  function in AaptAssets
891 const SortedVector<AaptGroupEntry>& AaptAssets::getGroupEntries() const { in getGroupEntries()
897 status_t AaptAssets::addFile(const String8& name, const sp<AaptGroup>& file) in addFile()
903 sp<AaptFile> AaptAssets::addFile( in addFile()
956 void AaptAssets::addResource(const String8& leafName, const String8& path, in addResource()
969 ssize_t AaptAssets::slurpFromArgs(Bundle* bundle) in slurpFromArgs()
976 sp<AaptAssets> current = this; in slurpFromArgs()
1040 sp<AaptAssets> nextOverlay = new AaptAssets(); in slurpFromArgs()
1118 ssize_t AaptAssets::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
1132 ssize_t AaptAssets::slurpResourceTree(Bundle* bundle, const String8& srcDir) in slurpResourceTree()
1221 AaptAssets::slurpResourceZip(Bundle* /* bundle */, const char* filename) in slurpResourceZip()
1311 status_t AaptAssets::filter(Bundle* bundle) in filter()
1471 sp<AaptSymbols> AaptAssets::getSymbolsFor(const String8& name) in getSymbolsFor()
1481 sp<AaptSymbols> AaptAssets::getJavaSymbolsFor(const String8& name) in getJavaSymbolsFor()
1491 status_t AaptAssets::applyJavaSymbols() in applyJavaSymbols()
1513 bool AaptAssets::isJavaSymbol(const AaptSymbolEntry& sym, bool includePrivate) const { in isJavaSymbol()
1523 status_t AaptAssets::buildIncludedResources(Bundle* bundle) in buildIncludedResources()
1563 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file) in addIncludedResources()
1570 const ResTable& AaptAssets::getIncludedResources() const in getIncludedResources()
1575 AssetManager& AaptAssets::getAssetManager() in getAssetManager()
1580 void AaptAssets::print(const String8& prefix) const in print()
1607 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()