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.py227 def run_step(command, my_env, error_on_failure): argument
231 stderr=subprocess.PIPE, env=my_env, shell=is_windows())
249 def perform_check(self, arguments, my_env): argument
255 def perform_check(self, arguments, my_env): argument
262 run_step(alternate_command, my_env, "Error compiling with -g")
275 def perform_check(self, arguments, my_env): argument
282 run_step(alternate_command, my_env,
317 my_env = os.environ.copy() variable
318 my_env['PATH'] = path_without_wrapper()
337 p = subprocess.Popen(arguments_a, env=my_env, shell=is_windows())
[all …]