Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ditem.rs405 path_for_allowlisting: LazyCell<Vec<String>>, field
1017 pub fn path_for_allowlisting(&self, ctx: &BindgenContext) -> &Vec<String> { in path_for_allowlisting() method