Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs421 wrap_static_fns_path: Option<PathBuf>, field
562 wrap_static_fns_path, in builder_from_flags()
1105 if let Some(path) = wrap_static_fns_path { in builder_from_flags()
1106 builder = builder.wrap_static_fns_path(path); in builder_from_flags()
/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs2015 wrap_static_fns_path: Option<PathBuf> {
2029 pub fn wrap_static_fns_path<T: AsRef<Path>>(mut self, path: T) -> Self {
2030 self.options.wrap_static_fns_path = Some(path.as_ref().to_owned());
/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs4791 .wrap_static_fns_path in serialize_items()