Home
last modified time | relevance | path

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

/external/clang/utils/check_cfc/
Dcheck_cfc.py229 def run_step(command, my_env, error_on_failure): argument
233 stderr=subprocess.PIPE, env=my_env, shell=is_windows())
251 def perform_check(self, arguments, my_env): argument
257 def perform_check(self, arguments, my_env): argument
264 run_step(alternate_command, my_env, "Error compiling with -g")
277 def perform_check(self, arguments, my_env): argument
284 run_step(alternate_command, my_env,
331 my_env = os.environ.copy() variable
332 my_env['PATH'] = path_without_wrapper()
351 p = subprocess.Popen(arguments_a, env=my_env, shell=is_windows())
[all …]