Home
last modified time | relevance | path

Searched refs:toDirName (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/
DLocale.h58 std::string toDirName() const;
DLocale.cpp223 std::string LocaleValue::toDirName() const { in toDirName() function in aapt::LocaleValue
/frameworks/base/tools/aapt/
DAaptAssets.cpp422 AaptGroupEntry::toDirName(const String8& resType) const in toDirName() function in AaptGroupEntry
508 String8 name(mGroupEntry.toDirName(String8())); in getPrintableSource()
565 printf("%s Gen: (%s) %d bytes\n", prefix.string(), e.toDirName(String8()).string(), in print()
568 printf("%s Src: (%s) %s\n", prefix.string(), e.toDirName(String8()).string(), in print()
956 String8 dirname = file->getGroupEntry().toDirName(resType); in addResource()
1585 String8 cname = mGroupEntries.itemAt(i).toDirName(String8()); in print()
DAaptAssets.h121 String8 toDirName(const String8& resType) const;
DResource.cpp149 mPath.appendPath(file->getGroupEntry().toDirName(mResType)); in next()
438 files.keyAt(j).toDirName(String8()).string(), in collect_files()
DResourceTable.cpp4759 newFile->getGroupEntry().toDirName(target->getResourceType()).string(), in modifyForCompat()