Searched refs:parsedCmdLine (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuCommandLine.cpp769 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str()); local
770 if (!parsedCmdLine)
776 isOk = parse(parsedCmdLine->numArgs, parsedCmdLine->args);
780 deCommandLine_destroy(parsedCmdLine);
784 deCommandLine_destroy(parsedCmdLine);

Completed in 69 milliseconds