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

/haiku/src/tests/kits/net/service/
H A DTestServer.cpp243 std::vector<std::string> child_process_args; local
244 child_process_args.push_back("/bin/python3");
245 child_process_args.push_back(TestFilePath("testserver.py"));
246 child_process_args.push_back("--port");
247 child_process_args.push_back(to_string(fPort.Port()));
248 child_process_args.push_back("--fd");
249 child_process_args.push_back(to_string(fPort.FileDescriptor()));
252 child_process_args.push_back("--use-tls");
262 return fChildProcess.Start(child_process_args);
293 std::vector<std::string> child_process_args; local
[all...]
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.cpp234 std::vector<std::string> child_process_args; local
235 child_process_args.push_back("/bin/python3");
236 child_process_args.push_back(testFilePath);
237 child_process_args.push_back("--port");
238 child_process_args.push_back(to_string(fPort.Port()));
239 child_process_args.push_back("--fd");
240 child_process_args.push_back(to_string(fPort.FileDescriptor()));
243 child_process_args.push_back("--use-tls");
253 return fChildProcess.Start(child_process_args);
292 std::vector<std::string> child_process_args; local
[all...]

Completed in 30 milliseconds