Home
last modified time | relevance | path

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

12345678910>>...45

/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinHeaderOnlyUtils.h73 class WindowsError final {
88 return WindowsError(S_OK); in FromNtStatus()
95 return WindowsError(aHResult); in FromHResult()
102 static WindowsError FromLastError() { in FromLastError()
106 static WindowsError CreateSuccess() { return WindowsError(S_OK); } in CreateSuccess()
108 static WindowsError CreateGeneric() { in CreateGeneric()
209 struct UnusedZero<WindowsError> {
210 using StorageType = WindowsError;
265 operator WindowsError() const {
290 WindowsError mError;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWinHeaderOnlyUtils.h73 class WindowsError final {
88 return WindowsError(S_OK); in FromNtStatus()
95 return WindowsError(aHResult); in FromHResult()
102 static WindowsError FromLastError() { in FromLastError()
106 static WindowsError CreateSuccess() { return WindowsError(S_OK); } in CreateSuccess()
108 static WindowsError CreateGeneric() { in CreateGeneric()
209 struct UnusedZero<WindowsError> {
210 using StorageType = WindowsError;
265 operator WindowsError() const {
290 WindowsError mError;
[all …]
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinHeaderOnlyUtils.h74 class WindowsError final {
89 return WindowsError(S_OK); in FromNtStatus()
96 return WindowsError(aHResult); in FromHResult()
103 static WindowsError FromLastError() { in FromLastError()
107 static WindowsError CreateSuccess() { return WindowsError(S_OK); } in CreateSuccess()
109 static WindowsError CreateGeneric() { in CreateGeneric()
210 struct UnusedZero<WindowsError> {
211 using StorageType = WindowsError;
266 operator WindowsError() const {
291 WindowsError mError;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinHeaderOnlyUtils.h56 class WindowsError final {
71 return WindowsError(S_OK); in FromNtStatus()
78 return WindowsError(aHResult); in FromHResult()
85 static WindowsError FromLastError() { in FromLastError()
89 static WindowsError CreateSuccess() { return WindowsError(S_OK); } in CreateSuccess()
91 static WindowsError CreateGeneric() { in CreateGeneric()
199 WindowsError mError;
222 using WindowsErrorType = WindowsError;
468 mError(WindowsError::CreateSuccess()) { in mAddress()
471 mError = WindowsError::FromLastError(); in mAddress()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/defaultagent/
H A DTelemetry.cpp212 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GenerateUUIDStr()
233 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
245 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
250 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
255 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
260 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
274 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingsenderPath()
287 static mozilla::WindowsError SendPing(std::string defaultBrowser, in SendPing()
328 return mozilla::WindowsError::FromHResult(hr); in SendPing()
357 return mozilla::WindowsError::FromHResult(hr); in SendPing()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/leveldatabase/src/util/
H A Denv_windows.cc160 return WindowsError(filename_, ::GetLastError()); in Read()
171 return WindowsError(filename_, ::GetLastError()); in Skip()
383 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
401 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
412 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
434 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
447 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
513 return WindowsError(dirname, ::GetLastError()); in CreateDir()
520 return WindowsError(dirname, ::GetLastError()); in RemoveDir()
561 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/leveldatabase/src/util/
H A Denv_windows.cc160 return WindowsError(filename_, ::GetLastError()); in Read()
171 return WindowsError(filename_, ::GetLastError()); in Skip()
383 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
401 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
412 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
434 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
447 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
513 return WindowsError(dirname, ::GetLastError()); in CreateDir()
520 return WindowsError(dirname, ::GetLastError()); in RemoveDir()
561 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/sysutils/vector/leveldb-sys-bbdd99a6fab0a7444a8c6eb0cc86a1a5a75f7fa1/deps/leveldb-1.22/util/
H A Denv_windows.cc158 s = WindowsError(filename_, ::GetLastError()); in Read()
369 return WindowsError(fname, ::GetLastError()); in NewSequentialFile()
386 return WindowsError(fname, ::GetLastError()); in NewRandomAccessFile()
395 return WindowsError(fname, ::GetLastError()); in NewRandomAccessFile()
430 return WindowsError(fname, ::GetLastError()); in NewWritableFile()
465 return WindowsError(dir, last_error); in GetChildren()
479 return WindowsError(dir, last_error); in GetChildren()
493 return WindowsError(name, ::GetLastError()); in CreateDir()
500 return WindowsError(name, ::GetLastError()); in DeleteDir()
540 return WindowsError(src, move_error); in RenameFile()
[all …]
/dports/databases/leveldb/leveldb-1.23/util/
H A Denv_windows.cc160 return WindowsError(filename_, ::GetLastError()); in Read()
171 return WindowsError(filename_, ::GetLastError()); in Skip()
383 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
401 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
412 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
434 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
447 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
513 return WindowsError(dirname, ::GetLastError()); in CreateDir()
520 return WindowsError(dirname, ::GetLastError()); in RemoveDir()
561 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/mozapps/defaultagent/
H A DTelemetry.cpp113 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
125 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
130 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
135 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
140 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
167 static mozilla::WindowsError SendPing( in SendPing()
215 return mozilla::WindowsError::FromHResult(hr); in SendPing()
244 return mozilla::WindowsError::FromHResult(hr); in SendPing()
250 return mozilla::WindowsError::CreateSuccess(); in SendPing()
265 return BoolResult(mozilla::WindowsError::FromHResult(hr)); in GetPingAlreadySentToday()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/defaultagent/
H A DTelemetry.cpp117 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
129 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
134 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
139 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
144 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
171 static mozilla::WindowsError SendPing( in SendPing()
218 return mozilla::WindowsError::FromHResult(hr); in SendPing()
247 return mozilla::WindowsError::FromHResult(hr); in SendPing()
253 return mozilla::WindowsError::CreateSuccess(); in SendPing()
268 return BoolResult(mozilla::WindowsError::FromHResult(hr)); in GetPingAlreadySentToday()
[all …]
H A DRegistry.cpp27 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in MaybePrefixRegistryValueName()
70 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
85 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
94 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
104 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
128 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueString()
137 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueString()
147 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueString()
178 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueBool()
205 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueBool()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/defaultagent/
H A DTelemetry.cpp117 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
129 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
134 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
139 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
144 return FilePathResult(mozilla::WindowsError::FromHResult(hr)); in GetPingFilePath()
171 static mozilla::WindowsError SendPing( in SendPing()
218 return mozilla::WindowsError::FromHResult(hr); in SendPing()
247 return mozilla::WindowsError::FromHResult(hr); in SendPing()
253 return mozilla::WindowsError::CreateSuccess(); in SendPing()
268 return BoolResult(mozilla::WindowsError::FromHResult(hr)); in GetPingAlreadySentToday()
[all …]
H A DRegistry.cpp27 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in MaybePrefixRegistryValueName()
70 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
85 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
94 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
104 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueString()
128 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueString()
137 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueString()
147 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueString()
178 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistryGetValueBool()
205 return mozilla::Err(mozilla::WindowsError::FromHResult(hr)); in RegistrySetValueBool()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/namedpipes/
H A Dlistener.py95 raise WindowsError() #@UndefinedVariable
208 raise WindowsError() #@UndefinedVariable
225 raise WindowsError() #@UndefinedVariable
228 raise WindowsError() #@UndefinedVariable
231 raise WindowsError() #@UndefinedVariable
240 raise WindowsError() #@UndefinedVariable
242 raise WindowsError() #@UndefinedVariable
262 raise WindowsError() #@UndefinedVariable
275 raise WindowsError() #@UndefinedVariable
284 raise WindowsError() #@UndefinedVariable
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in EnvTest()
175 return WindowsError(filename_, ::GetLastError()); in EnvTest()
396 return WindowsError(filename, ::GetLastError()); in EnvTest()
415 return WindowsError(filename, ::GetLastError()); in EnvTest()
426 return WindowsError(filename, ::GetLastError()); in EnvTest()
448 return WindowsError(filename, ::GetLastError()); in EnvTest()
462 return WindowsError(filename, ::GetLastError()); in EnvTest()
534 return WindowsError(dirname, ::GetLastError()); in EnvTest()
542 return WindowsError(dirname, ::GetLastError()); in EnvTest()
586 return WindowsError(from, move_error); in EnvTest()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in EnvTest()
175 return WindowsError(filename_, ::GetLastError()); in EnvTest()
396 return WindowsError(filename, ::GetLastError()); in EnvTest()
415 return WindowsError(filename, ::GetLastError()); in EnvTest()
426 return WindowsError(filename, ::GetLastError()); in EnvTest()
448 return WindowsError(filename, ::GetLastError()); in EnvTest()
462 return WindowsError(filename, ::GetLastError()); in EnvTest()
534 return WindowsError(dirname, ::GetLastError()); in EnvTest()
542 return WindowsError(dirname, ::GetLastError()); in EnvTest()
586 return WindowsError(from, move_error); in EnvTest()
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in Read()
175 return WindowsError(filename_, ::GetLastError()); in Skip()
396 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
415 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
426 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
448 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
462 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
534 return WindowsError(dirname, ::GetLastError()); in CreateDir()
542 return WindowsError(dirname, ::GetLastError()); in DeleteDir()
586 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in Read()
175 return WindowsError(filename_, ::GetLastError()); in Skip()
396 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
415 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
426 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
448 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
462 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
534 return WindowsError(dirname, ::GetLastError()); in CreateDir()
542 return WindowsError(dirname, ::GetLastError()); in DeleteDir()
586 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in Read()
175 return WindowsError(filename_, ::GetLastError()); in Skip()
396 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
415 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
426 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
448 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
462 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
534 return WindowsError(dirname, ::GetLastError()); in CreateDir()
542 return WindowsError(dirname, ::GetLastError()); in DeleteDir()
586 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in Read()
175 return WindowsError(filename_, ::GetLastError()); in Skip()
396 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
415 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
426 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
448 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
462 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
534 return WindowsError(dirname, ::GetLastError()); in CreateDir()
542 return WindowsError(dirname, ::GetLastError()); in DeleteDir()
586 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/leveldb/util/
H A Denv_windows.cc164 return WindowsError(filename_, ::GetLastError()); in Read()
175 return WindowsError(filename_, ::GetLastError()); in Skip()
396 return WindowsError(filename, ::GetLastError()); in NewSequentialFile()
415 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
426 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
448 return WindowsError(filename, ::GetLastError()); in NewRandomAccessFile()
462 return WindowsError(filename, ::GetLastError()); in NewWritableFile()
534 return WindowsError(dirname, ::GetLastError()); in CreateDir()
542 return WindowsError(dirname, ::GetLastError()); in DeleteDir()
586 return WindowsError(from, move_error); in RenameFile()
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/libloading-0.7.2/src/
H A 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
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libloading-0.7.0/src/
H A 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
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/libloading-0.7.0/src/
H A 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

12345678910>>...45