Home
last modified time | relevance | path

Searched defs:expect_string (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_vboot.py60 def run_bootm(sha_algo, test_type, expect_string, boots): argument
/openbmc/linux/rust/macros/
H A Dhelpers.rs49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() function