Home | History | Annotate | Download | only in aapt

Lines Matching refs:resType

423 AaptGroupEntry::initFromDirName(const char* dir, String8* resType)
444 *resType = type;
449 AaptGroupEntry::toDirName(const String8& resType) const
451 String8 s = resType;
681 const AaptGroupEntry& kind, const String8& resType,
741 resType, fullResPaths, overwrite);
750 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
929 const String8& resType)
952 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
980 const sp<AaptFile>& file, const String8& resType)
983 String8 dirname = file->getGroupEntry().toDirName(resType);
1143 const String8& resType,
1146 ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
1184 String8 resType;
1185 bool b = group.initFromDirName(entry->d_name, &resType);
1206 sp<AaptDir> dir = makeDir(resType);
1208 resType, mFullResPaths);
1221 sp<AaptDir> rdir = resDir(resType);
1269 String8 resType;
1275 kind.initFromDirName(remain.walkPath().string(), &resType);
1287 sp<AaptFile> file = new AaptFile(entryName, kind, resType);