Lines Matching refs:AaptAssets

908 AaptAssets::AaptAssets()  in AaptAssets()  function in AaptAssets
914 const SortedVector<AaptGroupEntry>& AaptAssets::getGroupEntries() const { in getGroupEntries()
920 status_t AaptAssets::addFile(const String8& name, const sp<AaptGroup>& file) in addFile()
926 sp<AaptFile> AaptAssets::addFile( in addFile()
979 void AaptAssets::addResource(const String8& leafName, const String8& path, in addResource()
992 ssize_t AaptAssets::slurpFromArgs(Bundle* bundle) in slurpFromArgs()
999 sp<AaptAssets> current = this; in slurpFromArgs()
1063 sp<AaptAssets> nextOverlay = new AaptAssets(); in slurpFromArgs()
1141 ssize_t AaptAssets::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
1155 ssize_t AaptAssets::slurpResourceTree(Bundle* bundle, const String8& srcDir) in slurpResourceTree()
1244 AaptAssets::slurpResourceZip(Bundle* bundle, const char* filename) in slurpResourceZip()
1334 status_t AaptAssets::filter(Bundle* bundle) in filter()
1494 sp<AaptSymbols> AaptAssets::getSymbolsFor(const String8& name) in getSymbolsFor()
1504 sp<AaptSymbols> AaptAssets::getJavaSymbolsFor(const String8& name) in getJavaSymbolsFor()
1514 status_t AaptAssets::applyJavaSymbols() in applyJavaSymbols()
1536 bool AaptAssets::isJavaSymbol(const AaptSymbolEntry& sym, bool includePrivate) const { in isJavaSymbol()
1546 status_t AaptAssets::buildIncludedResources(Bundle* bundle) in buildIncludedResources()
1586 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file) in addIncludedResources()
1593 const ResTable& AaptAssets::getIncludedResources() const in getIncludedResources()
1598 AssetManager& AaptAssets::getAssetManager() in getAssetManager()
1603 void AaptAssets::print(const String8& prefix) const in print()
1630 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()