Lines Matching refs:AaptDir

596 status_t AaptDir::addFile(const String8& name, const sp<AaptGroup>& file)  in addFile()
605 status_t AaptDir::addDir(const String8& name, const sp<AaptDir>& dir) in addDir()
614 sp<AaptDir> AaptDir::makeDir(const String8& path) in makeDir()
619 sp<AaptDir> subdir = this; in makeDir()
628 sp<AaptDir> dir = new AaptDir(name, subdir->mPath.appendPathCopy(name)); in makeDir()
633 void AaptDir::removeFile(const String8& name) in removeFile()
638 void AaptDir::removeDir(const String8& name) in removeDir()
643 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file, in addLeafFile()
657 ssize_t AaptDir::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
709 sp<AaptDir> subdir; in slurpFullTree()
714 subdir = new AaptDir(fileNames[i], mPath.appendPathCopy(fileNames[i])); in slurpFullTree()
744 status_t AaptDir::validate() const in validate()
808 void AaptDir::print(const String8& prefix) const in print()
822 String8 AaptDir::getPrintableSource() const in getPrintableSource()
886 : AaptDir(String8(), String8()), in AaptAssets()
900 return AaptDir::addFile(name, file); in addFile()
908 sp<AaptDir> dir = this; in addFile()
941 sp<AaptDir> subdir = new AaptDir(rootStr, partialPath); in addFile()
959 sp<AaptDir> res = AaptDir::makeDir(kResString); in addResource()
961 sp<AaptDir> subdir = res->makeDir(dirname); in addResource()
1008 sp<AaptDir> assetAaptDir = makeDir(String8(kAssetDir)); in slurpFromArgs()
1124 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite); in slurpFullTree()
1184 sp<AaptDir> dir = makeDir(resType); in slurpResourceTree()
1199 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()
1245 sp<AaptDir> dir = dirName == "" ? this : makeDir(dirName); in slurpResourceZip()
1345 const Vector<sp<AaptDir> >& resdirs = mResDirs; in filter()
1348 const sp<AaptDir>& dir = resdirs.itemAt(i); in filter()
1595 AaptDir::print(innerPrefix); in print()
1598 const Vector<sp<AaptDir> >& resdirs = mResDirs; in print()
1601 const sp<AaptDir>& d = resdirs.itemAt(i); in print()
1607 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()
1609 const Vector<sp<AaptDir> >& resdirs = mResDirs; in resDir()
1612 const sp<AaptDir>& d = resdirs.itemAt(i); in resDir()