Searched refs:system_error (Results 1 - 14 of 14) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp47 // The "system_error" type.
50 atf::system_error::system_error(const std::string& who, function in class:atf::system_error
58 atf::system_error::~system_error(void)
64 atf::system_error::code(void)
72 atf::system_error::what(void)
84 return "Unable to format system_error message";
101 throw atf::system_error("XXX", msg, ecode);
H A Dexceptions.hpp83 class system_error : public std::runtime_error { class in namespace:atf
88 system_error(const std::string&, const std::string&, int);
89 ~system_error(void) throw();
H A Dexceptions_test.cpp95 } catch (const atf::system_error& e) {
H A Dfs.cpp424 throw system_error(IMPL_NAME "::directory::directory(" +
434 throw system_error(IMPL_NAME "::directory::directory(" +
502 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
506 throw atf::system_error(IMPL_NAME "::remove(" + p.str() + ")",
H A Dfs_test.cpp510 ATF_REQUIRE_THROW(atf::system_error, remove(path("files/dir")));
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp103 } catch (const atf::system_error& e) {
123 throw atf::system_error(IMPL_NAME "::cleanup(" +
140 } catch (const atf::system_error& e) {
177 throw atf::system_error(IMPL_NAME "::cleanup(" + in_path.str() +
207 throw system_error(IMPL_NAME "::temp_dir::temp_dir(" +
237 throw system_error(IMPL_NAME "::chdir(" + dir.str() + ")",
261 throw atf::system_error(IMPL_NAME "::get_current_dir()",
H A Dtimer.cpp113 throw system_error(IMPL_NAME "::timer::timer",
125 throw system_error(IMPL_NAME "::timer::timer",
137 throw system_error(IMPL_NAME "::timer::timer",
148 throw system_error(IMPL_NAME "::timer::timer",
H A Dio.cpp134 throw system_error(IMPL_NAME "::file_handle::posix_remap",
139 throw system_error(IMPL_NAME "::file_handle::posix_remap",
251 throw atf::system_error(IMPL_NAME "::safe_poll", "poll(2) failed",
268 throw atf::system_error(IMPL_NAME "::safe_read", "read(2) failed",
H A Dsignals.cpp113 throw atf::system_error(IMPL_NAME, "Could not install handler for "
H A Dfs_test.cpp162 } catch (const atf::system_error& e) {
205 ATF_REQUIRE_THROW(atf::system_error,
H A Dsignals_test.cpp72 throw atf::system_error("sigusr1::program",
H A Datf-run.cpp433 throw atf::system_error("chown(" +
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig_test.cpp81 } catch (const atf::system_error&) {
93 } catch (const atf::system_error&) {
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check.cpp124 throw atf::system_error("atf_check::temp_file::temp_file(" +
136 } catch (const atf::system_error&) {
151 throw atf::system_error("atf_check", "write(2) failed", errno);

Completed in 23 milliseconds