Lines Matching refs:environ
128 flags = os.environ.get(env_name, [])
405 assert os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN', '') == '0', \
408 msvs_path = os.environ.get('GYP_MSVS_OVERRIDE_PATH', '')
412 msvs_version = os.environ.get('GYP_MSVS_VERSION', '')
416 assert os.environ.get('CEF_VCVARS', '') == 'none', \
429 if 'INCLUDE' in os.environ:
430 del os.environ['INCLUDE']
431 if 'LIB' in os.environ:
432 del os.environ['LIB']
433 if 'LIBPATH' in os.environ:
434 del os.environ['LIBPATH']
436 assert 'INCLUDE' in os.environ \
437 and 'LIB' in os.environ \
438 and 'PATH' in os.environ, \
572 if machine == 'amd64' or os.environ.get('CEF_ENABLE_AMD64', '') == '1':
576 if machine == 'arm64' or os.environ.get('CEF_ENABLE_ARM64', '') == '1':