Home | History | Annotate | Download | only in aapt

Lines Matching defs:resType

360 AaptGroupEntry::initFromDirName(const char* dir, String8* resType)
392 *resType = part;
729 AaptGroupEntry::toDirName(const String8& resType) const
731 String8 s = resType;
1694 const AaptGroupEntry& kind, const String8& resType,
1754 resType, fullResPaths);
1763 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
1942 const String8& resType)
1965 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
1993 const sp<AaptFile>& file, const String8& resType)
1996 String8 dirname = file->getGroupEntry().toDirName(resType);
2152 const String8& resType,
2155 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
2193 String8 resType;
2194 bool b = group.initFromDirName(entry->d_name, &resType);
2215 sp<AaptDir> dir = makeDir(resType);
2217 resType, mFullResPaths);
2230 sp<AaptDir> rdir = resDir(resType);
2278 String8 resType;
2284 kind.initFromDirName(remain.walkPath().string(), &resType);
2296 sp<AaptFile> file = new AaptFile(entryName, kind, resType);