Home | History | Annotate | Download | only in aapt

Lines Matching refs:resType

369 AaptGroupEntry::initFromDirName(const char* dir, String8* resType)
401 *resType = part;
753 AaptGroupEntry::toDirName(const String8& resType) const
755 String8 s = resType;
1756 const AaptGroupEntry& kind, const String8& resType,
1816 resType, fullResPaths);
1825 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
2004 const String8& resType)
2027 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
2055 const sp<AaptFile>& file, const String8& resType)
2058 String8 dirname = file->getGroupEntry().toDirName(resType);
2214 const String8& resType,
2217 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
2255 String8 resType;
2256 bool b = group.initFromDirName(entry->d_name, &resType);
2277 sp<AaptDir> dir = makeDir(resType);
2279 resType, mFullResPaths);
2292 sp<AaptDir> rdir = resDir(resType);
2340 String8 resType;
2346 kind.initFromDirName(remain.walkPath().string(), &resType);
2358 sp<AaptFile> file = new AaptFile(entryName, kind, resType);