Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs968 fn rustfmt_path(&self) -> io::Result<Cow<PathBuf>> { in rustfmt_path() method
970 if let Some(ref p) = self.options.rustfmt_path { in rustfmt_path()
1006 let rustfmt = self.rustfmt_path()?; in format_tokens()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/options/
Dmod.rs259 rustfmt_path: Option<PathBuf> {
267 self.options.rustfmt_path = Some(path.into());