Home
last modified time | relevance | path

Searched refs:to_absolute (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dpath_test.cpp172 ATF_TEST_CASE_WITHOUT_HEAD(to_absolute);
173 ATF_TEST_CASE_BODY(to_absolute) in ATF_TEST_CASE_BODY() argument
176 const std::string absolute = path("ls").to_absolute().str(); in ATF_TEST_CASE_BODY()
270 ATF_ADD_TEST_CASE(tcs, to_absolute); in ATF_INIT_TEST_CASES()
H A Dpath.hpp65 path to_absolute(void) const;
H A Doperations_test.cpp190 ATF_REQUIRE_EQ(fs::path("foo-bar").to_absolute(), in ATF_TEST_CASE_BODY()
203 ATF_REQUIRE_EQ(fs::path("my-bin/abcd").to_absolute(), in ATF_TEST_CASE_BODY()
H A Dpath.cpp151 fs::path::to_absolute(void) const in to_absolute() function in fs::path
H A Doperations.cpp156 return utils::make_optional(candidate.to_absolute()); in find_in_path()
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile_test.cpp271 ATF_REQUIRE_EQ(fs::path("builddir/one").to_absolute(), in ATF_TEST_CASE_BODY()
275 ATF_REQUIRE_EQ(fs::path("builddir/dir/two").to_absolute(), in ATF_TEST_CASE_BODY()
280 ATF_REQUIRE_EQ(fs::path("builddir/dir/three").to_absolute(), in ATF_TEST_CASE_BODY()
H A Dtesters.cpp145 raw_testersdir : raw_testersdir.to_absolute(); in load_testers()
H A Dtest_program.cpp314 return full_path.is_absolute() ? full_path : full_path.to_absolute(); in absolute_path()
H A Dkyuafile.cpp196 return file.to_absolute(); in callback_current_kyuafile()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp159 path to_absolute(void) const;
H A Dfs_test.cpp225 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
236 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
H A Dfs.cpp206 impl::path::to_absolute(void) in to_absolute() function in impl::path
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs.hpp136 path to_absolute(void) const;
H A Dfs.cpp253 in_path : in_path.to_absolute(); in do_unmount()
366 impl::path::to_absolute(void) in to_absolute() function in impl::path
H A Dfs_test.cpp234 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
245 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
H A Dtest-program.cpp314 const tools::fs::path absolute_executable = params->executable.to_absolute(); in run_test_case_child()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp537 m_srcdir = m_srcdir.to_absolute(); in handle_srcdir()