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

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1628 if (mFiles.indexOfKey(file->getGroupEntry()) < 0) {
1630 mFiles.add(file->getGroupEntry(), file);
1637 file->getGroupEntry().toDirName(String8()).string(),
1658 const AaptGroupEntry& e = file->getGroupEntry();
1667 // file->getGroupEntry().toDirName(String8()).string());
2050 String8 dirname = file->getGroupEntry().toDirName(resType);
2466 const ResTable_config& config(file->getGroupEntry().toParams());
2502 const ResTable_config& config(file->getGroupEntry().toParams());
2510 const ResTable_config& mconfig(mfile->getGroupEntry().toParams());
H A DAaptAssets.h181 const AaptGroupEntry& getGroupEntry() const { return mGroupEntry; } function in class:AaptFile
H A DResource.cpp126 mParams = file->getGroupEntry().toParams();
137 mPath.appendPath(file->getGroupEntry().toDirName(mResType));
1312 manifestFile->getGroupEntry(),

Completed in 51 milliseconds