Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp6164 static bool compareResTableConfig(const ResTable_config& a, const ResTable_config& b) { in compareResTableConfig() function
6213 auto iter = std::lower_bound(beginIter, endIter, cfg, compareResTableConfig); in getConfigurations()