Home
last modified time | relevance | path

Searched refs:unsupported_operation_error (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kyua/kyua-0.13/utils/fs/
H A Dexceptions_test.cpp80 ATF_TEST_CASE_WITHOUT_HEAD(unsupported_operation_error);
81 ATF_TEST_CASE_BODY(unsupported_operation_error) in ATF_TEST_CASE_BODY() argument
83 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()
H A Dexceptions.cpp152 fs::unsupported_operation_error::unsupported_operation_error( in unsupported_operation_error() function in fs::unsupported_operation_error
160 fs::unsupported_operation_error::~unsupported_operation_error(void) throw() in ~unsupported_operation_error()
H A Dexceptions.hpp99 class unsupported_operation_error : public error { class
101 explicit unsupported_operation_error(const std::string&);
102 virtual ~unsupported_operation_error(void) throw();
H A Doperations_test.cpp306 } 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()
H A Doperations.cpp671 throw fs::unsupported_operation_error( in mount_tmpfs()