Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptConfig.h45 bool parseCommaSeparatedList(const android::String8& str, std::set<ConfigDescription>* outSet);
DAaptConfig.cpp249 bool parseCommaSeparatedList(const String8& str, std::set<ConfigDescription>* outSet) { in parseCommaSeparatedList() argument
257 outSet->insert(config); in parseCommaSeparatedList()