Home
last modified time | relevance | path

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

/external/protobuf/ruby/
DRakefile31 unless ENV['IN_DOCKER'] == 'true'
73 …RakeCompilerDock.sh "bundle && IN_DOCKER=true rake cross native gem RUBY_CC_VERSION=2.6.0:2.5.0:2.…
/external/python/pyfakefs/pyfakefs/
Dhelpers.py26 IN_DOCKER = os.path.exists('/.dockerenv') variable
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py26 from pyfakefs.helpers import IN_DOCKER
4955 if IN_DOCKER: