Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/parser/
Dstate.rs111 .ok_or_else(|| CustomError::duplicate_key(&path, path.len() - 1))?; in start_array_table()
146 _ => return Err(CustomError::duplicate_key(&path, path.len() - 1)), in start_table()
179 .ok_or_else(|| CustomError::duplicate_key(&path, path.len() - 1))?; in finalize_table()
202 _ => return Err(CustomError::duplicate_key(&path, path.len() - 1)), in finalize_table()
Derror.rs22 pub(crate) fn duplicate_key(path: &[Key], i: usize) -> Self { in duplicate_key() method
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/api/
H A DFapi_ExportKey.c354 context->duplicate_key = command->key_object; in Fapi_ExportKey_Finish()
453 context->duplicate_key = NULL; in Fapi_ExportKey_Finish()
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_callbacks.c1338 return_if_null(fapi_ctx->duplicate_key, "Object for duplication no set.", in ifapi_get_duplicate_name()
1340 *name = fapi_ctx->duplicate_key->misc.key.name; in ifapi_get_duplicate_name()
H A Dfapi_int.h1011 IFAPI_OBJECT *duplicate_key; /**< Will be needed for policy execution */ member