Searched refs:systemList (Results 1 – 1 of 1) sorted by relevance
212 std::vector<std::string> systemList; in CheckOptions() local213 ConfigUtils::GetSectionNames(ConfigUtils::CONFIG_GROUP_SYSTEM_, systemList); in CheckOptions()215 if (std::find(systemList.begin(), systemList.end(), systemArgs_[i]) == systemList.end()) { in CheckOptions()