Home
last modified time | relevance | path

Searched refs:textual_path2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/kyua/utils/fs/
H A Dexceptions.hpp77 const std::string& textual_path2(void) const;
H A Dexceptions_test.cpp66 ATF_REQUIRE_EQ("/dir2/file2", e.textual_path2()); in ATF_TEST_CASE_BODY()
H A Dexceptions.cpp117 fs::join_error::textual_path2(void) const in textual_path2() function in fs::join_error
H A Dpath_test.cpp52 ATF_REQUIRE_EQ(path2, e.textual_path2()); \