Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/fs/
H A Dexceptions.cpp86 fs::join_error::join_error(const std::string& textual_path1_, in join_error() function in fs::join_error
98 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()
H A Dexceptions_test.cpp59 ATF_TEST_CASE_WITHOUT_HEAD(join_error);
60 ATF_TEST_CASE_BODY(join_error) in ATF_TEST_CASE_BODY() argument
62 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()
H A Dexceptions.hpp64 class join_error : public error { class
72 explicit join_error(const std::string&, const std::string&,
74 virtual ~join_error(void) throw();
H A Dpath_test.cpp42 using utils::fs::join_error;
50 } catch (const join_error& e) { \
H A Dpath.cpp287 throw fs::join_error(_repr, rest._repr, in operator /()