Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddumper_opts.cpp212 std::vector<std::string> systemList; in CheckOptions() local
213 ConfigUtils::GetSectionNames(ConfigUtils::CONFIG_GROUP_SYSTEM_, systemList); in CheckOptions()
215 if (std::find(systemList.begin(), systemList.end(), systemArgs_[i]) == systemList.end()) { in CheckOptions()