Lines Matching refs:AaptDir
592 status_t AaptDir::addFile(const String8& name, const sp<AaptGroup>& file) in addFile()
601 status_t AaptDir::addDir(const String8& name, const sp<AaptDir>& dir) in addDir()
610 sp<AaptDir> AaptDir::makeDir(const String8& path) in makeDir()
615 sp<AaptDir> subdir = this; in makeDir()
624 sp<AaptDir> dir = new AaptDir(name, subdir->mPath.appendPathCopy(name)); in makeDir()
629 void AaptDir::removeFile(const String8& name) in removeFile()
634 void AaptDir::removeDir(const String8& name) in removeDir()
639 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file, in addLeafFile()
653 ssize_t AaptDir::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
705 sp<AaptDir> subdir; in slurpFullTree()
710 subdir = new AaptDir(fileNames[i], mPath.appendPathCopy(fileNames[i])); in slurpFullTree()
740 status_t AaptDir::validate() const in validate()
804 void AaptDir::print(const String8& prefix) const in print()
818 String8 AaptDir::getPrintableSource() const in getPrintableSource()
882 : AaptDir(String8(), String8()), in AaptAssets()
896 return AaptDir::addFile(name, file); in addFile()
904 sp<AaptDir> dir = this; in addFile()
937 sp<AaptDir> subdir = new AaptDir(rootStr, partialPath); in addFile()
955 sp<AaptDir> res = AaptDir::makeDir(kResString); in addResource()
957 sp<AaptDir> subdir = res->makeDir(dirname); in addResource()
1004 sp<AaptDir> assetAaptDir = makeDir(String8(kAssetDir)); in slurpFromArgs()
1120 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite); in slurpFullTree()
1180 sp<AaptDir> dir = makeDir(resType); in slurpResourceTree()
1195 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()
1241 sp<AaptDir> dir = dirName == "" ? this : makeDir(dirName); in slurpResourceZip()
1341 const Vector<sp<AaptDir> >& resdirs = mResDirs; in filter()
1344 const sp<AaptDir>& dir = resdirs.itemAt(i); in filter()
1591 AaptDir::print(innerPrefix); in print()
1594 const Vector<sp<AaptDir> >& resdirs = mResDirs; in print()
1597 const sp<AaptDir>& d = resdirs.itemAt(i); in print()
1603 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()
1605 const Vector<sp<AaptDir> >& resdirs = mResDirs; in resDir()
1608 const sp<AaptDir>& d = resdirs.itemAt(i); in resDir()