Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
DCommandParser.h123 const size_t maxMainArgLength = 1024; variable
DCommandParser.cpp890 if (argLength > maxMainArgLength) { in IsMainArgLengthInvalid()
891 ELOG("param size is more than %d", maxMainArgLength); in IsMainArgLengthInvalid()
899 ELOG("param size is more than %d", maxMainArgLength); in IsFoldableValid()