Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/util/
H A Doptions.cpp65 illegalOptions_ = errors.ToString(); in Parse()
116 if (!illegalOptions_.IsEmpty()) { in ShowErrors()
117 String options = illegalOptions_; in ShowErrors()
H A Doptions.h118 …return !illegalOptions_.IsEmpty() || sourceFile_.IsEmpty() || !DoLegalLog() || !doLegalParameters_; in HasErrors()
182 String illegalOptions_; variable