Home
last modified time | relevance | path

Searched refs:IN_DOCKER (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/ruby/
DRakefile52 unless ENV['IN_DOCKER'] == 'true'
85 unless ENV['IN_DOCKER'] == 'true'
122 IN_DOCKER=true rake compile gem constant
132IN_DOCKER=true rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem RUBY_CC_VERSION=3.1.0:3.0.0:2… constant
/external/cronet/third_party/protobuf/ruby/
DRakefile50 unless ENV['IN_DOCKER'] == 'true'
83 unless ENV['IN_DOCKER'] == 'true'
120 IN_DOCKER=true rake compile gem constant
130IN_DOCKER=true rake native:#{plat} pkg/#{spec.full_name}-#{plat}.gem RUBY_CC_VERSION=3.1.0:3.0.0:2… constant
/external/python/pyfakefs/pyfakefs/
Dhelpers.py27 IN_DOCKER = os.path.exists('/.dockerenv') variable
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py25 from pyfakefs.helpers import IN_DOCKER, IS_PYPY
5074 if IN_DOCKER: