Searched refs:path_to_server_binary (Results 1 – 9 of 9) sorted by relevance
82 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…96 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
72 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
79 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
77 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
25 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
76 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
2958 def get_startup_script(path_to_server_binary, service_port): argument2959 if path_to_server_binary:2961 path_to_server_binary,4007 args.path_to_server_binary, gcp.service_port
2426 def get_startup_script(path_to_server_binary, service_port): argument2427 if path_to_server_binary:2428 return 'nohup %s --port=%d 1>/dev/null &' % (path_to_server_binary,3295 startup_script = get_startup_script(args.path_to_server_binary,