Home
last modified time | relevance | path

Searched refs:rustfmt_configuration_file (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen-cli/
Doptions.rs339 rustfmt_configuration_file: Option<PathBuf>, field
535 rustfmt_configuration_file, in builder_from_flags()
932 if let Some(path) = rustfmt_configuration_file { in builder_from_flags()
933 builder = builder.rustfmt_configuration_file(Some(path)); in builder_from_flags()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs1674 rustfmt_configuration_file: Option<PathBuf> {
1683 pub fn rustfmt_configuration_file(mut self, path: Option<PathBuf>) -> Self {
1685 self.options.rustfmt_configuration_file = path;
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs1013 .rustfmt_configuration_file in format_tokens()