OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RbConfig
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/src/ruby/tools/
platform_check.rb
15
require '
rbconfig
'
21
case
RbConfig
::CONFIG['host_os']
32
case
RbConfig
::CONFIG['host_cpu']
/external/grpc-grpc/src/ruby/tools/bin/
grpc_tools_ruby_protoc_plugin
16
require '
rbconfig
'
20
plugin_name = 'grpc_ruby_plugin' +
RbConfig
::CONFIG['EXEEXT']
grpc_tools_ruby_protoc
16
require '
rbconfig
'
20
ext =
RbConfig
::CONFIG['EXEEXT']
/external/grpc-grpc/src/ruby/ext/grpc/
extconf.rb
27
ENV['AR'] =
RbConfig
::CONFIG['AR'] + ' rcs'
28
ENV['CC'] =
RbConfig
::CONFIG['CC']
29
ENV['CXX'] =
RbConfig
::CONFIG['CXX']
37
ENV['ARCH_FLAGS'] =
RbConfig
::CONFIG['ARCH_FLAG']
41
output_dir = File.expand_path(
RbConfig
::CONFIG['topdir'])
77
strip_tool =
RbConfig
::CONFIG['STRIP']
/external/grpc-grpc/src/ruby/end2end/
grpc_class_init_driver.rb
34
client_pid = Process.spawn(
RbConfig
.ruby,
end2end_common.rb
78
client_pid = Process.spawn(
RbConfig
.ruby,
Completed in 435 milliseconds