Searched refs:allowlist_file (Results 1 – 4 of 4) sorted by relevance
22 * [`bindgen::Builder::allowlist_file`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
74 .allowlist_file(".*/openssl/[^/]+\\.h") in run()122 .allowlist_file(".*/openssl/[^/]+\\.h") in run_boringssl()
259 allowlist_file: Vec<String>, field457 allowlist_file, in builder_from_flags()794 for file in allowlist_file { in builder_from_flags()795 builder = builder.allowlist_file(file); in builder_from_flags()
972 pub fn allowlist_file<T: AsRef<str>>(mut self, arg: T) -> Builder {