Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Drbe.py124 def setup(env, build_log=subprocess.DEVNULL): argument
173 if build_log != subprocess.DEVNULL:
174 print('RBE http proxy restart commands:', file=build_log)
175 print(' '.join(proxy_kill_command), file=build_log)
176 print('cd ' + script_dir, file=build_log)
178 file=build_log)
189 if build_log != subprocess.DEVNULL:
190 print('RBE http proxy kill command:', file=build_log)
191 print(' '.join(proxy_kill_command), file=build_log)