Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/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.hpp67 path to_absolute(void) const;
H A Doperations.cpp418 return utils::make_optional(candidate.to_absolute()); in find_in_path()
645 in_mount_point : in_mount_point.to_absolute(); in mount_tmpfs()
781 in_mount_point : in_mount_point.to_absolute(); in unmount()
H A Dpath.cpp155 fs::path::to_absolute(void) const in to_absolute() function in fs::path
H A Doperations_test.cpp243 ATF_REQUIRE_EQ(fs::path("foo-bar").to_absolute(), in ATF_TEST_CASE_BODY()
256 ATF_REQUIRE_EQ(fs::path("my-bin/abcd").to_absolute(), in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/store/
H A Dlayout.cpp158 return id_as_path.to_absolute(); in find_results()
238 return home_path.to_absolute() / ".kyua/store"; in query_store_dir()
257 test_suite = path.to_absolute().str(); in test_suite_for_path()
H A Dlayout_test.cpp117 ATF_REQUIRE_EQ(fs::path("a-file.db").to_absolute(), in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/examples/
H A Dsyntax_test.cpp181 "plain", fs::path("subdir1/a"), fs::path("root").to_absolute(), "b") in ATF_TEST_CASE_BODY()
185 "plain", fs::path("subdir2/c"), fs::path("root").to_absolute(), "d") in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.hpp155 path to_absolute(void) const;
H A Dfs_test.cpp222 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
233 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
H A Dfs.cpp202 impl::path::to_absolute(void) in to_absolute() function in impl::path
/freebsd/contrib/kyua/engine/
H A Dkyuafile_test.cpp353 ATF_REQUIRE_EQ(fs::path("builddir/one").to_absolute(), in ATF_TEST_CASE_BODY()
357 ATF_REQUIRE_EQ(fs::path("builddir/dir/two").to_absolute(), in ATF_TEST_CASE_BODY()
362 ATF_REQUIRE_EQ(fs::path("builddir/dir/three").to_absolute(), in ATF_TEST_CASE_BODY()
H A Dkyuafile.cpp258 return file.to_absolute(); in callback_current_kyuafile()
658 build_root_ : build_root_.to_absolute(); in load()
/freebsd/contrib/kyua/cli/
H A Dcommon_test.cpp236 ATF_REQUIRE_EQ(fs::path("homedir/.kyua/store.db").to_absolute(), in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_EQ(fs::path("homedir/.kyua/store.db").to_absolute(), in ATF_TEST_CASE_BODY()
H A Dcommon.cpp131 return utils::make_optional(old_db.to_absolute()); in get_historical_db()
/freebsd/contrib/kyua/model/
H A Dtest_program.cpp174 return full_path.is_absolute() ? full_path : full_path.to_absolute(); in absolute_path()
/freebsd/contrib/atf/atf-c++/
H A Dtests.cpp447 srcdir = srcdir.to_absolute(); in handle_srcdir()
/freebsd/contrib/kyua/utils/
H A Dstacktrace_test.cpp291 const fs::path exp_gdb = fs::path("custom-name").to_absolute(); in ATF_TEST_CASE_BODY()