Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/fs/
H A Dexceptions.hpp76 const std::string& textual_path1(void) const;
H A Dexceptions_test.cpp65 ATF_REQUIRE_EQ("dir1/file1", e.textual_path1()); in ATF_TEST_CASE_BODY()
H A Dexceptions.cpp107 fs::join_error::textual_path1(void) const in textual_path1() function in fs::join_error
H A Dpath_test.cpp51 ATF_REQUIRE_EQ(path1, e.textual_path1()); \