Searched refs:env_os (Results 1 – 5 of 5) sorted by relevance
7 crate::env_os("CARGO_MANIFEST_DIR").map(PathBuf::from) in manifest_dir()11 crate::env_os("OUT_DIR").map(PathBuf::from) in out_dir()
287 let include_prefix = crate::env_os("CARGO_PKG_NAME") in default()
466 fn env_os(key: impl AsRef<OsStr>) -> Result<OsString> { in env_os() function
138 def env_os(ctx: DoctorContext): function
3596 self.env_os(OsStr::new(name)) in env()3602 pub fn env_os(mut self, name: &'a OsStr) -> Self { in env_os() method