Home
last modified time | relevance | path

Searched defs:fmt_command (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/beto-rust/nearby/src/
Dmain.rs78 let fmt_command = if options.reformat { "cargo fmt" } else { "cargo fmt --check" }; in check_format() localVariable
92 let mut fmt_command: Vec<OsString> = Vec::new(); in check_format() localVariable
/aosp_15_r20/external/rust/beto-rust/remoteauth/src/
Dmain.rs58 let fmt_command = if options.reformat { in check_workspace() localVariable