Home
last modified time | relevance | path

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

/external/autotest/client/cros/crash/
Dcrash_test.py548 script_output = ""
550 script_output = utils.system_output(
562 if script_output != '':
563 logging.debug('crash_sender stdout/stderr: %s', script_output)
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp405 std::string script_output; in RunScriptFormatKeyword() local
408 script_output, error) && in RunScriptFormatKeyword()
410 s.Printf("%s", script_output.c_str()); in RunScriptFormatKeyword()