Home
last modified time | relevance | path

Searched defs:new_uri (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.c213 char *new_uri; in add_path() local
234 char *new_uri; in node_to_tnds() local
414 char *new_uri; in tnds_to_mo_iter() local
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/
Dtests.rs43 let new_uri = Uri::from_str(&new_str).expect("to_string output parses again as a Uri"); localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/routing/
Dstrip_prefix.rs182 let new_uri = strip_prefix(&uri, $prefix).map(|uri| uri.to_string()); localVariable
/aosp_15_r20/external/rust/crates/openssl/src/x509/
Dmod.rs2115 pub(crate) fn new_uri(uri: &[u8]) -> Result<GeneralName, ErrorStack> { in new_uri() method