Home
last modified time | relevance | path

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

/tools/treble/build/sandbox/
Drbe.py120 def setup(env, build_log=subprocess.DEVNULL): argument
169 if build_log != subprocess.DEVNULL:
170 print('RBE http proxy restart commands:', file=build_log)
171 print(' '.join(proxy_kill_command), file=build_log)
172 print('cd ' + script_dir, file=build_log)
174 file=build_log)
185 if build_log != subprocess.DEVNULL:
186 print('RBE http proxy kill command:', file=build_log)
187 print(' '.join(proxy_kill_command), file=build_log)