Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uniffi_macros/src/
Dutil.rs80 let expanded_module_path = TokenStream::expand_expr(&module_path_invoc) in mod_path() localVariable
82 Ok(syn::parse::<syn::LitStr>(expanded_module_path)?.value()) in mod_path()