Lines Matching refs:AaptDir
1585 status_t AaptDir::addFile(const String8& name, const sp<AaptGroup>& file) in addFile()
1594 status_t AaptDir::addDir(const String8& name, const sp<AaptDir>& dir) in addDir()
1603 sp<AaptDir> AaptDir::makeDir(const String8& path) in makeDir()
1608 sp<AaptDir> subdir = this; in makeDir()
1617 sp<AaptDir> dir = new AaptDir(name, subdir->mPath.appendPathCopy(name)); in makeDir()
1622 void AaptDir::removeFile(const String8& name) in removeFile()
1627 void AaptDir::removeDir(const String8& name) in removeDir()
1632 status_t AaptDir::addLeafFile(const String8& leafName, const sp<AaptFile>& file) in addLeafFile()
1645 ssize_t AaptDir::slurpFullTree(Bundle* bundle, const String8& srcDir, in slurpFullTree()
1697 sp<AaptDir> subdir; in slurpFullTree()
1702 subdir = new AaptDir(fileNames[i], mPath.appendPathCopy(fileNames[i])); in slurpFullTree()
1732 status_t AaptDir::validate() const in validate()
1796 void AaptDir::print(const String8& prefix) const in print()
1810 String8 AaptDir::getPrintableSource() const in getPrintableSource()
1831 : AaptDir(String8(), String8()), in AaptAssets()
1845 return AaptDir::addFile(name, file); in addFile()
1853 sp<AaptDir> dir = this; in addFile()
1886 sp<AaptDir> subdir = new AaptDir(rootStr, partialPath); in addFile()
1904 sp<AaptDir> res = AaptDir::makeDir(kResString); in addResource()
1906 sp<AaptDir> subdir = res->makeDir(dirname); in addResource()
1953 sp<AaptDir> assetAaptDir = makeDir(String8(kAssetDir)); in slurpFromArgs()
2064 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths); in slurpFullTree()
2124 sp<AaptDir> dir = makeDir(resType); in slurpResourceTree()
2139 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree()
2185 sp<AaptDir> dir = dirName == "" ? this : makeDir(dirName); in slurpResourceZip()
2280 const Vector<sp<AaptDir> >& resdirs = mResDirs; in filter()
2283 const sp<AaptDir>& dir = resdirs.itemAt(i); in filter()
2445 AaptDir::print(innerPrefix); in print()
2448 const Vector<sp<AaptDir> >& resdirs = mResDirs; in print()
2451 const sp<AaptDir>& d = resdirs.itemAt(i); in print()
2457 sp<AaptDir> AaptAssets::resDir(const String8& name) const in resDir()
2459 const Vector<sp<AaptDir> >& resdirs = mResDirs; in resDir()
2462 const sp<AaptDir>& d = resdirs.itemAt(i); in resDir()