Home
last modified time | relevance | path

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

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Dlib.rs89 rustflags: Vec<String>, field
170 rustflags: rustflags(&target, &dir), in with_dir()
223 command.args(&self.rustflags); in probe()
414 fn rustflags(target: &Option<OsString>, dir: &Path) -> Vec<String> { in rustflags() function
440 if let Ok(rustflags) = env::var("RUSTFLAGS") { in rustflags()
443 return rustflags in rustflags()