Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp1034 deCommandLine* parsedCmdLine = deCommandLine_parse(cmdLine.c_str()); in parse() local
1035 if (!parsedCmdLine) in parse()
1041 isOk = parse(parsedCmdLine->numArgs, parsedCmdLine->args); in parse()
1045 deCommandLine_destroy(parsedCmdLine); in parse()
1049 deCommandLine_destroy(parsedCmdLine); in parse()

Completed in 3 milliseconds