Lines Matching refs:std
20 #[cfg(feature = "std")]
21 use std::ffi::{OsStr, OsString};
22 #[cfg(feature = "std")]
24 use std::os::hermit::ext::ffi::{OsStrExt, OsStringExt};
25 #[cfg(feature = "std")]
27 use std::os::unix::ffi::{OsStrExt, OsStringExt};
28 #[cfg(feature = "std")]
30 use std::os::vxworks::ext::ffi::{OsStrExt, OsStringExt};
31 #[cfg(feature = "std")]
33 use std::os::wasi::ffi::{OsStrExt, OsStringExt};
34 #[cfg(feature = "std")]
35 use std::path::{Component, Components, Iter, Path, PathBuf};
67 /// [`AsRef`]: std::convert::AsRef
204 #[cfg(feature = "std")]
243 #[cfg(feature = "std")]
281 #[cfg(feature = "std")]
320 #[cfg(feature = "std")]
359 #[cfg(feature = "std")]
400 #[cfg(feature = "std")]
586 #[cfg(feature = "std")]
664 #[cfg(feature = "std")]
703 #[cfg(feature = "std")]
744 #[cfg(feature = "std")]
953 // https://github.com/rust-lang/rust/blob/a00f8ba7fcac1b27341679c51bf5a3271fa82df3/library/std/src/sys/common/small_c_string.rs