Home
last modified time | relevance | path

Searched defs:OpenError (Results 1 – 25 of 92) sorted by relevance

1234

/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/x11-dl-2.19.1/src/
H A Derror.rs14 pub struct OpenError { struct
15 kind: OpenErrorKind, argument
19 impl OpenError { argument
28 pub fn new(kind: OpenErrorKind, detail: String) -> OpenError { in new()
33 impl Display for OpenError { implementation
46 impl Error for OpenError { implementation
H A Dlink.rs76 pub fn open(name: &str) -> Result<DynamicLibrary, OpenError> { in open() argument
111 ) -> Result<DynamicLibrary, OpenError> { in open_multi() argument
147 pub fn symbol(&self, name: &str) -> Result<*mut c_void, OpenError> { in symbol() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/x11-dl-2.18.3/src/
H A Derror.rs18 pub struct OpenError { struct
19 kind: OpenErrorKind, argument
23 impl OpenError { implementation
32 pub fn new (kind: OpenErrorKind, detail: String) -> OpenError { in new()
40 impl Display for OpenError { implementation
52 impl Error for OpenError { implementation
H A Dlink.rs81 pub fn open (name: &str) -> Result<DynamicLibrary, OpenError> { in open() argument
109 …fn open_multi (libdir: Option<&'static str>, names: &[&str]) -> Result<DynamicLibrary, OpenError> { in open_multi() argument
138 pub fn symbol (&self, name: &str) -> Result<*mut c_void, OpenError> { in symbol() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/x11-dl-2.18.5/src/
H A Derror.rs18 pub struct OpenError { struct
19 kind: OpenErrorKind, argument
23 impl OpenError { argument
32 pub fn new (kind: OpenErrorKind, detail: String) -> OpenError { in new()
40 impl Display for OpenError { implementation
52 impl Error for OpenError { implementation
H A Dlink.rs80 pub fn open (name: &str) -> Result<DynamicLibrary, OpenError> { in open() argument
108 …fn open_multi (libdir: Option<&'static str>, names: &[&str]) -> Result<DynamicLibrary, OpenError> { in open_multi() argument
137 pub fn symbol (&self, name: &str) -> Result<*mut c_void, OpenError> { in symbol() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/x11-dl-2.18.3/src/
H A Derror.rs18 pub struct OpenError { struct
19 kind: OpenErrorKind, argument
23 impl OpenError { implementation
32 pub fn new (kind: OpenErrorKind, detail: String) -> OpenError { in new()
40 impl Display for OpenError { implementation
52 impl Error for OpenError { implementation
H A Dlink.rs81 pub fn open (name: &str) -> Result<DynamicLibrary, OpenError> { in open() argument
109 …fn open_multi (libdir: Option<&'static str>, names: &[&str]) -> Result<DynamicLibrary, OpenError> { in open_multi() argument
138 pub fn symbol (&self, name: &str) -> Result<*mut c_void, OpenError> { in symbol() argument
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/x11-dl-2.18.5/src/
H A Derror.rs18 pub struct OpenError { struct
19 kind: OpenErrorKind, argument
23 impl OpenError { implementation
32 pub fn new (kind: OpenErrorKind, detail: String) -> OpenError { in new()
40 impl Display for OpenError { implementation
52 impl Error for OpenError { implementation
H A Dlink.rs80 pub fn open (name: &str) -> Result<DynamicLibrary, OpenError> { in open() argument
108 …fn open_multi (libdir: Option<&'static str>, names: &[&str]) -> Result<DynamicLibrary, OpenError> { in open_multi() argument
137 pub fn symbol (&self, name: &str) -> Result<*mut c_void, OpenError> { in symbol() argument
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/opener-0.4.1/src/
H A Dlib.rs46 pub enum OpenError { enum
63 impl Display for OpenError { implementation
91 impl Error for OpenError { implementation
100 impl From<io::Error> for OpenError { implementation
128 pub fn open_sys(path: &OsStr) -> Result<(), OpenError> { in open_sys() argument
164 fn open_sys(path: &OsStr) -> Result<(), OpenError> { in open_sys() argument
169 fn open_sys(path: &OsStr) -> Result<(), OpenError> { in open_sys() argument
188 ) -> Result<(), OpenError> { in open_not_windows() argument
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/utils/
H A DFile.hpp20 struct OpenError : IOError struct in libdnf::File
22 …explicit OpenError(const std::string &filePath) : IOError("Cannot open file \"" + filePath + "\"."… in OpenError() argument
23 explicit OpenError(const std::string &filePath, const std::string &detail) : in OpenError() function
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/opener-0.5.0/src/
H A Dlinux_and_more.rs9 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
17 fn wsl_open(path: &OsStr) -> Result<(), OpenError> { in wsl_open() argument
28 fn non_wsl_open(path: &OsStr) -> Result<(), OpenError> { in non_wsl_open() argument
61 fn open_with_internal_xdg_open(path: &OsStr) -> Result<Child, OpenError> { in open_with_internal_xdg_open() argument
H A Dlib.rs115 pub enum OpenError { enum
132 impl Display for OpenError { implementation
160 impl Error for OpenError { implementation
206 fn wait_child(child: &mut std::process::Child, cmd_name: &'static str) -> Result<(), OpenError> { in wait_child() argument
H A Dmacos.rs5 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/opener-0.5.0/src/
H A Dlinux_and_more.rs9 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
17 fn wsl_open(path: &OsStr) -> Result<(), OpenError> { in wsl_open() argument
28 fn non_wsl_open(path: &OsStr) -> Result<(), OpenError> { in non_wsl_open() argument
61 fn open_with_internal_xdg_open(path: &OsStr) -> Result<Child, OpenError> { in open_with_internal_xdg_open() argument
H A Dlib.rs115 pub enum OpenError { enum
132 impl Display for OpenError { implementation
160 impl Error for OpenError { implementation
206 fn wait_child(child: &mut std::process::Child, cmd_name: &'static str) -> Result<(), OpenError> { in wait_child() argument
H A Dmacos.rs5 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/opener-0.5.0/src/
H A Dlinux_and_more.rs9 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
17 fn wsl_open(path: &OsStr) -> Result<(), OpenError> { in wsl_open() argument
28 fn non_wsl_open(path: &OsStr) -> Result<(), OpenError> { in non_wsl_open() argument
61 fn open_with_internal_xdg_open(path: &OsStr) -> Result<Child, OpenError> { in open_with_internal_xdg_open() argument
H A Dlib.rs115 pub enum OpenError { enum
132 impl Display for OpenError { implementation
160 impl Error for OpenError { implementation
206 fn wait_child(child: &mut std::process::Child, cmd_name: &'static str) -> Result<(), OpenError> { in wait_child() argument
H A Dmacos.rs5 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
/dports/lang/rust/rustc-1.58.1-src/vendor/opener/src/
H A Dlinux_and_more.rs9 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
17 fn wsl_open(path: &OsStr) -> Result<(), OpenError> { in wsl_open() argument
28 fn non_wsl_open(path: &OsStr) -> Result<(), OpenError> { in non_wsl_open() argument
61 fn open_with_internal_xdg_open(path: &OsStr) -> Result<Child, OpenError> { in open_with_internal_xdg_open() argument
H A Dlib.rs115 pub enum OpenError { enum
132 impl Display for OpenError { implementation
160 impl Error for OpenError { implementation
206 fn wait_child(child: &mut std::process::Child, cmd_name: &'static str) -> Result<(), OpenError> { in wait_child() argument
H A Dmacos.rs5 pub(crate) fn open(path: &OsStr) -> Result<(), OpenError> { in open() argument
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dmaster_lexer_inputsource.h52 struct OpenError : public Unexpected { struct
53 OpenError(const char* file, size_t line, const char* what) : in OpenError() argument

1234