Searched refs:to_absolute (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/fs/
H A Dpath.hpp67 path to_absolute(void) const;
H A Dpath_test.cpp172 ATF_TEST_CASE_WITHOUT_HEAD(to_absolute); variable
173 ATF_TEST_CASE_BODY(to_absolute)
176 const std::string absolute = path("ls").to_absolute().str();
270 ATF_ADD_TEST_CASE(tcs, to_absolute);
H A Doperations.cpp418 return utils::make_optional(candidate.to_absolute());
645 in_mount_point : in_mount_point.to_absolute();
781 in_mount_point : in_mount_point.to_absolute();
H A Dpath.cpp155 fs::path::to_absolute(void) const function in class:fs::path
H A Doperations_test.cpp243 ATF_REQUIRE_EQ(fs::path("foo-bar").to_absolute(),
256 ATF_REQUIRE_EQ(fs::path("my-bin/abcd").to_absolute(),
/freebsd-13-stable/contrib/kyua/store/
H A Dlayout.cpp158 return id_as_path.to_absolute();
238 return home_path.to_absolute() / ".kyua/store";
257 test_suite = path.to_absolute().str();
H A Dlayout_test.cpp117 ATF_REQUIRE_EQ(fs::path("a-file.db").to_absolute(),
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dfs.hpp155 path to_absolute(void) const;
H A Dfs_test.cpp222 path pa = p.to_absolute();
233 path pa = p.to_absolute();
H A Dfs.cpp202 impl::path::to_absolute(void) function in class:impl::path
/freebsd-13-stable/contrib/kyua/examples/
H A Dsyntax_test.cpp181 "plain", fs::path("subdir1/a"), fs::path("root").to_absolute(), "b")
185 "plain", fs::path("subdir2/c"), fs::path("root").to_absolute(), "d")
/freebsd-13-stable/contrib/kyua/engine/
H A Dkyuafile_test.cpp353 ATF_REQUIRE_EQ(fs::path("builddir/one").to_absolute(),
357 ATF_REQUIRE_EQ(fs::path("builddir/dir/two").to_absolute(),
362 ATF_REQUIRE_EQ(fs::path("builddir/dir/three").to_absolute(),
H A Dkyuafile.cpp258 return file.to_absolute();
658 build_root_ : build_root_.to_absolute();
/freebsd-13-stable/contrib/kyua/cli/
H A Dcommon.cpp131 return utils::make_optional(old_db.to_absolute());
H A Dcommon_test.cpp236 ATF_REQUIRE_EQ(fs::path("homedir/.kyua/store.db").to_absolute(),
283 ATF_REQUIRE_EQ(fs::path("homedir/.kyua/store.db").to_absolute(),
/freebsd-13-stable/contrib/kyua/model/
H A Dtest_program.cpp174 return full_path.is_absolute() ? full_path : full_path.to_absolute();
/freebsd-13-stable/contrib/kyua/utils/
H A Dstacktrace_test.cpp291 const fs::path exp_gdb = fs::path("custom-name").to_absolute();
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dtests.cpp447 srcdir = srcdir.to_absolute();

Completed in 391 milliseconds