Lines Matching refs:from
83 // Write to stdin in a new thread, so that we can read from stdout on this
84 // thread. This keeps the child from blocking on writing to its stdout which
85 // might block us from writing to its stdin.
140 println!("+++ generated from: {:?}", header);
164 PathBuf::from(env::var("OUT_DIR").unwrap()).join(name);
184 let mut expectation = PathBuf::from(header);
333 // Scoop up bindgen-flags from test header
418 let header = PathBuf::from($header);
522 println!("Generated bindings differ from expected!");
615 let header = PathBuf::from("tests/headers/enum-default-rust.h");
616 let expected_depfile = PathBuf::from(env!("CARGO_MANIFEST_DIR"))
722 let expect_path = PathBuf::from("tests/expectations/tests/generated")
727 PathBuf::from(env::var("OUT_DIR").unwrap()).join("wrap_static_fns");