Home
last modified time | relevance | path

Searched defs:VarError (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Denv.rs229 pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String, VarError> { in var() argument
233 fn _var(key: &OsStr) -> Result<String, VarError> { in _var() argument
280 pub enum VarError { enum
294 impl fmt::Display for VarError { implementation
306 impl Error for VarError { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Denv.rs223 pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String, VarError> { in var() argument
227 fn _var(key: &OsStr) -> Result<String, VarError> { in _var() argument
274 pub enum VarError { enum
288 impl fmt::Display for VarError { implementation
300 impl Error for VarError { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Denv.rs223 pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String, VarError> { in var() argument
227 fn _var(key: &OsStr) -> Result<String, VarError> { in _var() argument
274 pub enum VarError { enum
288 impl fmt::Display for VarError { implementation
300 impl Error for VarError { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Denv.rs229 pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String, VarError> { in var() argument
233 fn _var(key: &OsStr) -> Result<String, VarError> { in _var() argument
280 pub enum VarError { enum
294 impl fmt::Display for VarError { implementation
306 impl Error for VarError { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Denv.rs223 pub fn var<K: AsRef<OsStr>>(key: K) -> Result<String, VarError> { in var() argument
227 fn _var(key: &OsStr) -> Result<String, VarError> { in _var() argument
274 pub enum VarError { enum
288 impl fmt::Display for VarError { implementation
300 impl Error for VarError { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/
Dlib.rs1208 ) -> Result<String, std::env::VarError> { in env_var()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs1545 pub fn var<K: AsRef<OsStr> + AsRef<str>>(key: K) -> Result<String, VarError> { in var() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs1568 pub fn var<K: AsRef<OsStr> + AsRef<str>>(key: K) -> Result<String, VarError> { in var() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs1568 pub fn var<K: AsRef<OsStr> + AsRef<str>>(key: K) -> Result<String, VarError> { in var() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs1568 pub fn var<K: AsRef<OsStr> + AsRef<str>>(key: K) -> Result<String, VarError> { in var() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Dlib.rs1545 pub fn var<K: AsRef<OsStr> + AsRef<str>>(key: K) -> Result<String, VarError> { in var() argument