Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_command.cpp58 DCLCommand::DCLCommand(std::string commandLine) in DCLCommand() argument
60 std::istringstream ss(commandLine); in DCLCommand()
63 if (commandLine.find("drawing_ending_sample") == std::string::npos) { in DCLCommand()
H A Ddrawing_command.h35 explicit DCLCommand(std::string commandLine);