Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt/
H A DAaptConfig.h45 bool parseCommaSeparatedList(const android::String8& str, std::set<ConfigDescription>* outSet);
H A DAaptConfig.cpp249 bool parseCommaSeparatedList(const String8& str, std::set<ConfigDescription>* outSet) { in parseCommaSeparatedList() function
H A DCommand.cpp2714 if (!AaptConfig::parseCommaSeparatedList(splitStrs[i], &configs)) { in doPackage()