Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Ddot.rs24 pub fn write_dot_file<P>(ctx: &BindgenContext, path: P) -> io::Result<()> in write_dot_file() function
/external/rust/crates/bindgen/src/codegen/
Dmod.rs4192 match dot::write_dot_file(context, path) { in codegen()