Lines Matching refs:file
49 /// C or C++ header file.
183 /// Dump graphviz dot file.
263 /// Preprocess and dump the input header files to disk. Useful when debugging bindgen, using C-Reduce, or when filing issues. The resulting file will be named something like `__bindgen.i` or `__bindgen.ii`.
281 /// The absolute path to the rustfmt configuration file. The configuration file will be used for formatting the bindings. This parameter is incompatible with --no-rustfmt-bindings.
359 /// Sets the path for the source file that must be created due to the presence of `static` and
594 for file in blocklist_file {
595 builder = builder.blocklist_file(file);
794 for file in allowlist_file {
795 builder = builder.allowlist_file(file);
803 let file = File::create(path)?;
807 Box::new(io::BufWriter::new(file)) as Box<dyn io::Write>
837 "Cannot supply both --rustfmt-configuration-file and --no-rustfmt-bindings",
844 "--rustfmt-configuration--file needs to be an absolute path!",
851 "--rustfmt-configuration-file contains non-valid UTF8 characters.",