Searched refs:resType (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 419 *resType = type; in initFromDirName() 424 AaptGroupEntry::toDirName(const String8& resType) const in toDirName() 426 String8 s = resType; in toDirName() 904 const String8& resType) in addFile() argument 958 String8 dirname = file->getGroupEntry().toDirName(resType); in addResource() 1118 const String8& resType, in slurpFullTree() argument 1160 String8 resType; in slurpResourceTree() local 1161 bool b = group.initFromDirName(entry->d_name, &resType); in slurpResourceTree() 1182 sp<AaptDir> dir = makeDir(resType); in slurpResourceTree() 1197 sp<AaptDir> rdir = resDir(resType); in slurpResourceTree() [all …]
|
H A D | AaptAssets.h | 108 bool initFromDirName(const char* dir, String8* resType); 121 String8 toDirName(const String8& resType) const; 149 const String8& resType) in AaptFile() argument 151 , mResourceType(resType) in AaptFile() 294 const String8& resType, 533 const String8& resType); 538 const String8& resType); 591 const String8& resType,
|
H A D | Resource.cpp | 86 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) in ResourceDirIterator() 296 const char* resType) in makeFileResources() argument 298 String8 type8(resType); in makeFileResources() 299 String16 type16(resType); in makeFileResources() 303 ResourceDirIterator it(set, String8(resType)); in makeFileResources() 410 ssize_t index = resources->indexOfKey(resType); in collect_files() 419 resources->add(resType, set); in collect_files() 440 resType.string()); in collect_files() 596 const char *resType) in applyFileOverlay() argument 599 printf("applyFileOverlay for %s\n", resType); in applyFileOverlay() [all …]
|
/aosp14/frameworks/base/tools/aapt2/tools/ |
H A D | finalize_res.py | 133 for resType in resTypes: 136 (resType, '0x{0:0{1}x}'.format(nextId, 8)))
|