Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs233 tests::test_load(vec![
246 tests::test_load(vec![
465 pub(super) fn test_load(raw_flags: Vec<&str>) { in test_load() function
473 test_load(vec![ in simple_flag()
483 test_load(vec![ in parsing_failure()
495 test_load(vec!["--hci=2"]); in int_flag()
501 test_load(vec![ in explicit_flag()
525 test_load(vec!["INIT_redact_log=false"]); in test_redact_logging()
527 test_load(vec!["INIT_redact_log=foo"]); in test_redact_logging()
529 test_load(vec!["INIT_redact_log=true"]); in test_redact_logging()
[all …]