Searched refs:parseCommaSeparatedList (Results 1 – 3 of 3) sorted by relevance
45 bool parseCommaSeparatedList(const android::String8& str, std::set<ConfigDescription>* outSet);
249 bool parseCommaSeparatedList(const String8& str, std::set<ConfigDescription>* outSet) { in parseCommaSeparatedList() function
2697 if (!AaptConfig::parseCommaSeparatedList(splitStrs[i], &configs)) { in doPackage()