• Home
  • Raw
  • Download

Lines Matching refs:AaptAssets

884 AaptAssets::AaptAssets()  in AaptAssets()  function in AaptAssets
890 const SortedVector<AaptGroupEntry>& AaptAssets::getGroupEntries() const { in getGroupEntries()
896 status_t AaptAssets::addFile(const String8& name, const sp<AaptGroup>& file) in addFile()
902 sp<AaptFile> AaptAssets::addFile( in addFile()
955 void AaptAssets::addResource(const String8& leafName, const String8& path, in addResource()
968 ssize_t AaptAssets::slurpFromArgs(Bundle* bundle) in slurpFromArgs()
975 sp<AaptAssets> current = this; in slurpFromArgs()
1039 sp<AaptAssets> nextOverlay = new AaptAssets(); in slurpFromArgs()
1117 ssize_t AaptAssets::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
1131 ssize_t AaptAssets::slurpResourceTree(Bundle* bundle, const String8& srcDir) in slurpResourceTree()
1220 AaptAssets::slurpResourceZip(Bundle* /* bundle */, const char* filename) in slurpResourceZip()
1310 status_t AaptAssets::filter(Bundle* bundle) in filter()
1470 sp<AaptSymbols> AaptAssets::getSymbolsFor(const String8& name) in getSymbolsFor()
1480 sp<AaptSymbols> AaptAssets::getJavaSymbolsFor(const String8& name) in getJavaSymbolsFor()
1490 status_t AaptAssets::applyJavaSymbols() in applyJavaSymbols()
1512 bool AaptAssets::isJavaSymbol(const AaptSymbolEntry& sym, bool includePrivate) const { in isJavaSymbol()
1522 status_t AaptAssets::buildIncludedResources(Bundle* bundle) in buildIncludedResources()
1562 status_t AaptAssets::addIncludedResources(const sp<AaptFile>& file) in addIncludedResources()
1569 const ResTable& AaptAssets::getIncludedResources() const in getIncludedResources()
1574 AssetManager& AaptAssets::getAssetManager() in getAssetManager()
1579 void AaptAssets::print(const String8& prefix) const in print()
1606 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()