Lines Matching refs:environment
106 config.environment['ASAN_OPTIONS'] = 'detect_stack_use_after_return=1'
108 config.environment['DYLD_INSERT_LIBRARIES'] = find_sanitizer_runtime(
113 config.environment['DYLD_INSERT_LIBRARIES'] = find_sanitizer_runtime(
116 if 'DYLD_INSERT_LIBRARIES' in config.environment and platform.system() == 'Darwin':
126 config.environment.get(shlibpath_var, '')))
127 config.environment[shlibpath_var] = shlibpath
180 if env_var in config.environment:
181 dotest_cmd += ['--inferior-env', env_var + '=' + config.environment[env_var]]
251 config.environment['TERM'] = os.getenv('TERM', default='vt100')
255 config.environment['FREEBSD_LEGACY_PLUGIN'] = os.environ[
260 config.environment['XDG_CACHE_HOME'] = os.environ['XDG_CACHE_HOME']