Searched refs:commandLine (Results 1 – 3 of 3) sorted by relevance
58 return commandLine; in getCommandLine()153 CommandLine commandLine; member in ikvm::Args
22 const Args::CommandLine& commandLine = args.getCommandLine(); in Server() local23 int argc = commandLine.argc; in Server()25 server = rfbGetScreen(&argc, commandLine.argv, video.getWidth(), in Server()
11 frameRate(30), subsampling(0), calcFrameCRC{false}, commandLine(argc, argv) in Args()