Home
last modified time | relevance | path

Searched refs:expect_string (Results 1 – 3 of 3) 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
80 assert(expect_string in ''.join(output))
/openbmc/linux/rust/macros/
H A Dmodule.rs130 "author" => info.author = Some(expect_string(it)), in parse()
131 "description" => info.description = Some(expect_string(it)), in parse()
H A Dhelpers.rs49 pub(crate) fn expect_string(it: &mut token_stream::IntoIter) -> String { in expect_string() function