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

/frameworks/base/tools/aapt/
H A DApkBuilder.h83 return mFilter->match(file->getGroupEntry().toParams());
H A DAaptAssets.cpp549 ssize_t index = mFiles.indexOfKey(file->getGroupEntry());
560 mFiles.add(file->getGroupEntry(), file);
566 ConfigDescription withoutVersion = file->getGroupEntry().toParams();
590 const AaptGroupEntry& e = file->getGroupEntry();
599 // file->getGroupEntry().toDirName(String8()).string());
983 String8 dirname = file->getGroupEntry().toDirName(resType);
1409 const ResTable_config& config(file->getGroupEntry().toParams());
1446 const ResTable_config& config(file->getGroupEntry().toParams());
1459 const ResTable_config& mconfig(mfile->getGroupEntry().toParams());
H A DAaptAssets.h167 const AaptGroupEntry& getGroupEntry() const { return mGroupEntry; } function in class:AaptFile
H A DResource.cpp131 mParams = file->getGroupEntry().toParams();
142 mPath.appendPath(file->getGroupEntry().toDirName(mResType));
1706 manifestFile->getGroupEntry(),
H A DResourceTable.cpp4594 const ConfigDescription config(target->getGroupEntry().toParams());
4602 ConfigDescription newConfig(target->getGroupEntry().toParams());
4660 newFile->getGroupEntry().toDirName(target->getResourceType()).string(),

Completed in 109 milliseconds