Searched defs:my_env (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/check_cfc/
H A Dcheck_cfc.py227 def run_step(command, my_env, error_on_failure):
231 stderr=subprocess.PIPE, env=my_env, shell=is_windows())
249 def perform_check(self, arguments, my_env):
255 def perform_check(self, arguments, my_env):
262 run_step(alternate_command, my_env, "Error compiling with -g")
275 def perform_check(self, arguments, my_env):
282 run_step(alternate_command, my_env,
317 my_env = os.environ.copy() variable in class:dash_s_no_change
318 my_env['PATH'] = path_without_wrapper()
337 p = subprocess.Popen(arguments_a, env=my_env, shel
[all...]

Completed in 90 milliseconds