Searched refs:toDirName (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 426 AaptGroupEntry::toDirName(const String8& resType) const in toDirName() function in AaptGroupEntry 512 String8 name(mGroupEntry.toDirName(String8())); in getPrintableSource() 569 printf("%s Gen: (%s) %d bytes\n", prefix.c_str(), e.toDirName(String8()).c_str(), in print() 572 printf("%s Src: (%s) %s\n", prefix.c_str(), e.toDirName(String8()).c_str(), in print() 960 String8 dirname = file->getGroupEntry().toDirName(resType); in addResource() 1589 String8 cname = mGroupEntries.itemAt(i).toDirName(String8()); in print()
|
D | AaptAssets.h | 121 String8 toDirName(const String8& resType) const;
|
D | ResourceTable.cpp | 85 sp<AaptDir> dir = resDir->getDirs().valueFor(target->getGroupEntry().toDirName( in compileXmlFile() 4806 newFile->getGroupEntry().toDirName(target->getResourceType()).c_str(), in versionForCompat() 4930 newFile->getGroupEntry().toDirName(target->getResourceType()).c_str(), in modifyForCompat() 5163 target->getGroupEntry().toDirName(target->getResourceType()) in processBundleFormatImpl()
|
D | Resource.cpp | 148 appendPath(mPath, file->getGroupEntry().toDirName(mResType)); in next() 442 files.keyAt(j).toDirName(String8()).c_str(), in collect_files()
|