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

/external/autotest/client/cros/audio/
H A Dcmd_utils.py16 from autotest_lib.client.common_lib.utils import TEE_TO_LOGS namespace
148 def execute(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS):
164 def popen(args, stdin=None, stdout=TEE_TO_LOGS, stderr=TEE_TO_LOGS, env=None):
171 if stdout is TEE_TO_LOGS:
173 if stderr is TEE_TO_LOGS:
/external/autotest/client/common_lib/
H A Dbase_utils.py62 TEE_TO_LOGS = object() variable
89 if stream is TEE_TO_LOGS:
124 base_utils.TEE_TO_LOGS and the output will handled by
131 base_utils.TEE_TO_LOGS, sets the level that tee'd
152 stdout_tee = TEE_TO_LOGS
153 stderr_tee = TEE_TO_LOGS
1159 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS).exit_status
1167 stdout_tee=TEE_TO_LOGS, stderr_tee=TEE_TO_LOGS)]
[all...]

Completed in 337 milliseconds