Home
last modified time | relevance | path

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

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