Home
last modified time | relevance | path

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

/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 {
/prebuilts/go/linux-x86/src/os/
Derror.go46 type PathError = fs.PathError talias
/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