Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Doptions.cpp618 std::vector<std::string> illegalOptionsVec = StringHelper::Split(illegalOptions, " "); in ShowErrors() local
619 for (size_t i = 0; i < illegalOptionsVec.size(); i++) { in ShowErrors()
620 Logger::E(TAG, "The Option \"%s\" is illegal.", illegalOptionsVec[i].c_str()); in ShowErrors()