HomeSort by relevance Sort by last modified time
    Searched refs:getGroupEntry (Results 1 - 5 of 5) sorted by null

  /frameworks/base/tools/aapt/
ApkBuilder.h 83 return mFilter->match(file->getGroupEntry().toParams());
AaptAssets.cpp 525 ssize_t index = mFiles.indexOfKey(file->getGroupEntry());
536 mFiles.add(file->getGroupEntry(), file);
542 ConfigDescription withoutVersion = file->getGroupEntry().toParams();
566 const AaptGroupEntry& e = file->getGroupEntry();
575 // file->getGroupEntry().toDirName(String8()).string());
959 String8 dirname = file->getGroupEntry().toDirName(resType);
    [all...]
AaptAssets.h 165 const AaptGroupEntry& getGroupEntry() const { return mGroupEntry; }
ResourceTable.cpp     [all...]
Resource.cpp 136 mParams = file->getGroupEntry().toParams();
149 mPath.appendPath(file->getGroupEntry().toDirName(mResType));
    [all...]

Completed in 309 milliseconds