Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Drbe.py118 def setup(env, build_log=subprocess.DEVNULL): argument
157 if build_log != subprocess.DEVNULL:
158 print('RBE http proxy restart commands:', file=build_log)
159 print(' '.join(proxy_kill_command), file=build_log)
160 print('cd ' + script_dir, file=build_log)
162 file=build_log)
173 if build_log != subprocess.DEVNULL:
174 print('RBE http proxy kill command:', file=build_log)
175 print(' '.join(proxy_kill_command), file=build_log)