Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/common/src/
H A Dtag.rs93 { $params:expr, $variant:ident, $dup_error:ident } => {
106 _ => Err($crate::km_err!($dup_error, "duplicate tag {}", stringify!($variant))),
/aosp_15_r20/external/fmtlib/test/
H A Dos-test.cc464 TEST(file_test, dup_error) { in TEST() argument