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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2790 const std::map<String8, SourcePos>& configSrcMap = nameIter.second; local
2793 if (configSrcMap.count(defaultLocale) == 0) {
2797 for (const auto& locale : configSrcMap) {
2828 if (configSrcMap.find(config) == configSrcMap.end()) {
2834 if (configSrcMap.find(region) == configSrcMap.end() &&
2835 configSrcMap.count(defaultLocale) == 0) {

Completed in 44 milliseconds