Home
last modified time | relevance | path

Searched refs:getGroupEntry (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt/
DApkBuilder.h83 return mFilter->match(file->getGroupEntry().toParams()); in matches()
DAaptAssets.cpp526 ssize_t index = mFiles.indexOfKey(file->getGroupEntry()); in addFile()
537 mFiles.add(file->getGroupEntry(), file); in addFile()
543 ConfigDescription withoutVersion = file->getGroupEntry().toParams(); in addFile()
567 const AaptGroupEntry& e = file->getGroupEntry(); in print()
960 String8 dirname = file->getGroupEntry().toDirName(resType); in addResource()
1386 const ResTable_config& config(file->getGroupEntry().toParams()); in filter()
1423 const ResTable_config& config(file->getGroupEntry().toParams()); in filter()
1436 const ResTable_config& mconfig(mfile->getGroupEntry().toParams()); in filter()
DAaptAssets.h165 const AaptGroupEntry& getGroupEntry() const { return mGroupEntry; } in getGroupEntry() function
DResourceTable.cpp85 sp<AaptDir> dir = resDir->getDirs().valueFor(target->getGroupEntry().toDirName( in compileXmlFile()
4786 const ConfigDescription config(target->getGroupEntry().toParams()); in versionForCompat()
4806 newFile->getGroupEntry().toDirName(target->getResourceType()).c_str(), in versionForCompat()
4850 const ConfigDescription config(target->getGroupEntry().toParams()); in modifyForCompat()
4930 newFile->getGroupEntry().toDirName(target->getResourceType()).c_str(), in modifyForCompat()
5163 target->getGroupEntry().toDirName(target->getResourceType()) in processBundleFormatImpl()
5173 &target->getGroupEntry().toParams(), in processBundleFormatImpl()
5233 workItem.file = new AaptFile(target->getSourceFile(), target->getGroupEntry(), in processBundleFormatImpl()
DResource.cpp135 mParams = file->getGroupEntry().toParams(); in next()
148 appendPath(mPath, file->getGroupEntry().toDirName(mResType)); in next()
1918 manifestFile->getGroupEntry(), in buildResources()