Searched refs:unsupported_operation_error (Results 1 – 5 of 5) sorted by relevance
80 ATF_TEST_CASE_WITHOUT_HEAD(unsupported_operation_error);81 ATF_TEST_CASE_BODY(unsupported_operation_error) in ATF_TEST_CASE_BODY() argument83 const fs::unsupported_operation_error e("Some text"); in ATF_TEST_CASE_BODY()94 ATF_ADD_TEST_CASE(tcs, unsupported_operation_error); in ATF_INIT_TEST_CASES()
152 fs::unsupported_operation_error::unsupported_operation_error( in unsupported_operation_error() function in fs::unsupported_operation_error160 fs::unsupported_operation_error::~unsupported_operation_error(void) throw() in ~unsupported_operation_error()
99 class unsupported_operation_error : public error { class101 explicit unsupported_operation_error(const std::string&);102 virtual ~unsupported_operation_error(void) throw();
306 } catch (const fs::unsupported_operation_error& e) { in ATF_TEST_CASE_BODY()585 } catch (const fs::unsupported_operation_error& e) { in test_mount_tmpfs_ok()630 } catch (const fs::unsupported_operation_error& e) { in ATF_TEST_CASE_BODY()744 } catch (const fs::unsupported_operation_error& e) { in ATF_TEST_CASE_BODY()
671 throw fs::unsupported_operation_error( in mount_tmpfs()