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