Home
last modified time | relevance | path

Searched defs:PathError (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/
Dfs.go250 type PathError struct { struct
251 Op string
252 Path string
253 Err error
256 func (e *PathError) Error() string { return e.Op + " " + e.Path + ": " + e.Err.Error() }
258 func (e *PathError) Unwrap() error { return e.Err }
261 func (e *PathError) Timeout() bool {
/aosp_15_r20/external/rust/android-crates-io/crates/tempfile/src/
Derror.rs5 struct PathError { struct
10 impl fmt::Display for PathError { implementation
16 impl error::Error for PathError { implementation
/aosp_15_r20/external/rust/crates/uefi/src/fs/path/
Dvalidation.rs15 pub enum PathError { enum
25 impl Display for PathError { implementation
42 impl core::error::Error for PathError {} implementation
47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() argument
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dvalidation.rs15 pub enum PathError { enum
25 impl Display for PathError { implementation
42 impl core::error::Error for PathError {} implementation
47 pub fn validate_path<P: AsRef<Path>>(path: P) -> Result<(), PathError> { in validate_path() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Derror.go46 type PathError = fs.PathError talias
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
Dhubbusif.h64 USBPORT_CREATEDEV_ERROR PathError; member
115 USBPORT_INITDEV_ERROR PathError; member