Searched refs:join_error (Results 1 – 5 of 5) sorted by relevance
86 fs::join_error::join_error(const std::string& textual_path1_, in join_error() function in fs::join_error98 fs::join_error::~join_error(void) throw() in ~join_error()107 fs::join_error::textual_path1(void) const in textual_path1()117 fs::join_error::textual_path2(void) const in textual_path2()
59 ATF_TEST_CASE_WITHOUT_HEAD(join_error);60 ATF_TEST_CASE_BODY(join_error) in ATF_TEST_CASE_BODY() argument62 const fs::join_error e("dir1/file1", "/dir2/file2", "The reason"); in ATF_TEST_CASE_BODY()92 ATF_ADD_TEST_CASE(tcs, join_error); in ATF_INIT_TEST_CASES()
64 class join_error : public error { class72 explicit join_error(const std::string&, const std::string&,74 virtual ~join_error(void) throw();
42 using utils::fs::join_error;50 } catch (const join_error& e) { \
287 throw fs::join_error(_repr, rest._repr, in operator /()