Home
last modified time | relevance | path

Searched refs:WindowsError (Results 1 – 23 of 23) sorted by relevance

/third_party/rust/crates/libloading/src/
Derror.rs13 pub struct WindowsError(pub(crate) std::io::Error); struct
15 impl std::fmt::Debug for WindowsError { implementation
49 source: WindowsError
56 source: WindowsError
63 source: WindowsError
70 source: WindowsError
/third_party/node/deps/v8/third_party/ittapi/
Dbuildall.py39 except WindowsError:
48 except WindowsError:
58 except WindowsError:
/third_party/python/Lib/
D_compat_pickle.py145 WindowsError
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs409 fn with_get_last_error<T, F>(wrap: fn(crate::error::WindowsError) -> crate::Error, closure: F) in with_get_last_error()
417 Some(wrap(crate::error::WindowsError(io::Error::from_raw_os_error(error as i32)))) in with_get_last_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DMemory.inc17 #include "llvm/Support/WindowsError.h"
DProcess.inc18 #include "llvm/Support/WindowsError.h"
DProgram.inc19 #include "llvm/Support/WindowsError.h"
DSignals.inc16 #include "llvm/Support/WindowsError.h"
DPath.inc20 #include "llvm/Support/WindowsError.h"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt155 "include/llvm/Support/WindowsError.h"
/third_party/python/Lib/test/
Dtest_exceptions.py354 WindowsError
358 self.assertIs(WindowsError, OSError)
492 (WindowsError, (1, 'strErrorStr', 'filenameStr'),
Dtest_ssl.py944 self.assertRaises(WindowsError, ssl.enum_certificates, "")
967 self.assertRaises(WindowsError, ssl.enum_crls, "")
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc16 #include "llvm/Support/WindowsError.h"
DProgram.inc19 #include "llvm/Support/WindowsError.h"
DPath.inc20 #include "llvm/Support/WindowsError.h"
DSignals.inc16 #include "llvm/Support/WindowsError.h"
/third_party/python/Doc/library/
Dexceptions.rst350 :exc:`EnvironmentError`, :exc:`IOError`, :exc:`WindowsError`,
624 .. exception:: WindowsError
Dwinreg.rst21 :exc:`WindowsError`, which is now an alias of :exc:`OSError`.
Dctypes.rst47 Windows errors used to raise :exc:`WindowsError`, which is now an alias
1355 :exc:`WindowsError` used to be raised.
2039 An instance of :exc:`WindowsError` used to be created.
/third_party/python/Objects/
Dexceptions.c2836 INIT_ALIAS(WindowsError, OSError); in _PyBuiltins_AddExceptions()
/third_party/python/Doc/c-api/
Dexceptions.rst191 This is a convenience function to raise :exc:`WindowsError`. If called with
/third_party/python/Doc/whatsnew/
D3.3.rst334 :exc:`WindowsError`, :exc:`mmap.error`, :exc:`socket.error` or
/third_party/python/Misc/
DHISTORY18012 - WindowsError now has two error code attributes: errno, which carries
18062 As a result, these functions now raise WindowsError instead of OSError.
18797 WindowsError now (instead of OSError).