Home
last modified time | relevance | path

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

/packages/modules/Virtualization/vmbase/example/tests/
Dtest.rs129 let mut log_output = String::new(); in test_run_example_vm() localVariable
130 assert_eq!(log_reader.read_to_string(&mut log_output)?, expected.len()); in test_run_example_vm()
131 assert_eq!(log_output, expected); in test_run_example_vm()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_logging.rs49 pub fn new(is_debug: bool, is_verbose_debug: bool, log_output: &str) -> Self { in new()
50 let is_stderr = log_output == "stderr"; in new()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmain.rs40 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main() localVariable
42 if log_output == "stderr" { in main()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs94 let log_output = matches.value_of("log-output").unwrap_or("syslog"); in main() localVariable
111 log_output, in main()