Searched refs:invalid_path_error (Results 1 – 5 of 5) sorted by relevance
57 fs::invalid_path_error::invalid_path_error(const std::string& textual_path, in invalid_path_error() function in fs::invalid_path_error66 fs::invalid_path_error::~invalid_path_error(void) throw() in ~invalid_path_error()75 fs::invalid_path_error::invalid_path(void) const in invalid_path()
49 ATF_TEST_CASE_WITHOUT_HEAD(invalid_path_error);50 ATF_TEST_CASE_BODY(invalid_path_error) in ATF_TEST_CASE_BODY() argument52 const fs::invalid_path_error e("some/invalid/path", "The reason"); in ATF_TEST_CASE_BODY()91 ATF_ADD_TEST_CASE(tcs, invalid_path_error); in ATF_INIT_TEST_CASES()
51 class invalid_path_error : public error { class56 explicit invalid_path_error(const std::string&, const std::string&);57 virtual ~invalid_path_error(void) throw();
41 using utils::fs::invalid_path_error;89 } catch (const invalid_path_error& e) { in ATF_TEST_CASE_BODY()235 ATF_REQUIRE_THROW(invalid_path_error, path("foo") / ""); in ATF_TEST_CASE_BODY()
55 throw fs::invalid_path_error(in, "Cannot be empty"); in normalize()