/freebsd/contrib/kyua/utils/fs/ |
H A D | path_test.cpp | 172 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 D | path.hpp | 67 path to_absolute(void) const;
|
H A D | operations.cpp | 418 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 D | path.cpp | 155 fs::path::to_absolute(void) const in to_absolute() function in fs::path
|
H A D | operations_test.cpp | 243 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 D | layout.cpp | 158 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 D | layout_test.cpp | 117 ATF_REQUIRE_EQ(fs::path("a-file.db").to_absolute(), in ATF_TEST_CASE_BODY()
|
/freebsd/contrib/kyua/examples/ |
H A D | syntax_test.cpp | 181 "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 D | fs.hpp | 155 path to_absolute(void) const;
|
H A D | fs_test.cpp | 222 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY() 233 path pa = p.to_absolute(); in ATF_TEST_CASE_BODY()
|
H A D | fs.cpp | 202 impl::path::to_absolute(void) in to_absolute() function in impl::path
|
/freebsd/contrib/kyua/engine/ |
H A D | kyuafile_test.cpp | 353 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 D | kyuafile.cpp | 258 return file.to_absolute(); in callback_current_kyuafile() 658 build_root_ : build_root_.to_absolute(); in load()
|
/freebsd/contrib/kyua/cli/ |
H A D | common_test.cpp | 236 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 D | common.cpp | 131 return utils::make_optional(old_db.to_absolute()); in get_historical_db()
|
/freebsd/contrib/kyua/model/ |
H A D | test_program.cpp | 174 return full_path.is_absolute() ? full_path : full_path.to_absolute(); in absolute_path()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | tests.cpp | 447 srcdir = srcdir.to_absolute(); in handle_srcdir()
|
/freebsd/contrib/kyua/utils/ |
H A D | stacktrace_test.cpp | 291 const fs::path exp_gdb = fs::path("custom-name").to_absolute(); in ATF_TEST_CASE_BODY()
|