• Home
  • Raw
  • Download

Lines Matching refs:AaptAssets

883 AaptAssets::AaptAssets()  in AaptAssets()  function in AaptAssets
889 const SortedVector<AaptGroupEntry>& AaptAssets::getGroupEntries() const { in getGroupEntries()
895 status_t AaptAssets::addFile(const String8& name, const sp<AaptGroup>& file) in addFile()
901 sp<AaptFile> AaptAssets::addFile( in addFile()
954 void AaptAssets::addResource(const String8& leafName, const String8& path, in addResource()
967 ssize_t AaptAssets::slurpFromArgs(Bundle* bundle) in slurpFromArgs()
974 sp<AaptAssets> current = this; in slurpFromArgs()
1038 sp<AaptAssets> nextOverlay = new AaptAssets(); in slurpFromArgs()
1116 ssize_t AaptAssets::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
1130 ssize_t AaptAssets::slurpResourceTree(Bundle* bundle, const String8& srcDir) in slurpResourceTree()
1219 AaptAssets::slurpResourceZip(Bundle* /* bundle */, const char* filename) in slurpResourceZip()
1309 status_t AaptAssets::filter(Bundle* bundle) in filter()
1469 sp<AaptSymbols> AaptAssets::getSymbolsFor(const String8& name) in getSymbolsFor()
1479 sp<AaptSymbols> AaptAssets::getJavaSymbolsFor(const String8& name) in getJavaSymbolsFor()
1489 status_t AaptAssets::applyJavaSymbols() in applyJavaSymbols()
1511 bool AaptAssets::isJavaSymbol(const AaptSymbolEntry& sym, bool includePrivate) const { in isJavaSymbol()
1521 status_t AaptAssets::buildIncludedResources(Bundle* bundle) in buildIncludedResources()
1561 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file) in addIncludedResources()
1568 const ResTable& AaptAssets::getIncludedResources() const in getIncludedResources()
1573 AssetManager& AaptAssets::getAssetManager() in getAssetManager()
1578 void AaptAssets::print(const String8& prefix) const in print()
1605 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()