HomeSort by relevance Sort by last modified time
    Searched refs:grpc_root (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/tools/distrib/
docker_for_windows.rb 16 def grpc_root() method
23 dockerfile = File.join(grpc_root, 'third_party', 'rake-compiler-dock', 'Dockerfile')
  /external/grpc-grpc/src/ruby/ext/grpc/
extconf.rb 21 grpc_root = File.expand_path(File.join(File.dirname(__FILE__), '../../../..'))
50 system("#{make} -j#{nproc} -C #{grpc_root} #{grpc_lib_dir}/libgrpc.a CONFIG=#{grpc_config} Q=")
54 $CFLAGS << ' -I' + File.join(grpc_root, 'include')

Completed in 137 milliseconds