Home
last modified time | relevance | path

Searched defs:invalid_path_error (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/fs/
H A Dexceptions.hpp51 class invalid_path_error : public error { class
H A Dexceptions_test.cpp50 ATF_TEST_CASE_BODY(invalid_path_error) in ATF_TEST_CASE_BODY() argument
H A Dexceptions.cpp57 fs::invalid_path_error::invalid_path_error(const std::string& textual_path, in invalid_path_error() function in fs::invalid_path_error