Searched refs:branch_path (Results 1 - 10 of 10) sorted by relevance
| /bind-9.11.3/unit/atf-src/atf-c++/detail/ |
| H A D | fs.hpp | 122 path branch_path(void) const;
|
| H A D | fs_test.cpp | 128 set_md_var("descr", "Tests the path::branch_path function"); 134 ATF_REQUIRE_EQ(path(".").branch_path().str(), "."); 135 ATF_REQUIRE_EQ(path("foo").branch_path().str(), "."); 136 ATF_REQUIRE_EQ(path("foo/bar").branch_path().str(), "foo"); 137 ATF_REQUIRE_EQ(path("/foo").branch_path().str(), "/"); 138 ATF_REQUIRE_EQ(path("/foo/bar").branch_path().str(), "/foo");
|
| H A D | fs.cpp | 170 impl::path::branch_path(void) function in class:impl::path
|
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | fs.hpp | 103 path branch_path(void) const;
|
| H A D | fs_test.cpp | 140 set_md_var("descr", "Tests the path::branch_path function"); 146 ATF_REQUIRE_EQ(path(".").branch_path().str(), "."); 147 ATF_REQUIRE_EQ(path("foo").branch_path().str(), "."); 148 ATF_REQUIRE_EQ(path("foo/bar").branch_path().str(), "foo"); 149 ATF_REQUIRE_EQ(path("/foo").branch_path().str(), "/"); 150 ATF_REQUIRE_EQ(path("/foo/bar").branch_path().str(), "/foo");
|
| H A D | atffile.cpp | 317 tools::fs::directory dir(filename.branch_path());
|
| H A D | test-program.cpp | 294 argv.push_back("-s" + params->executable.branch_path().str()); 321 argv.push_back("-s" + absolute_executable.branch_path().str());
|
| H A D | fs.cpp | 361 impl::path::branch_path(void) function in class:impl::path
|
| /bind-9.11.3/unit/atf-src/atf-sh/ |
| H A D | atf-sh.cpp | 51 if (filepath.branch_path().str() == ".")
|
| /bind-9.11.3/unit/atf-src/atf-c++/ |
| H A D | tests.cpp | 436 srcdir = atf::fs::path(argv0).branch_path(); 438 srcdir = srcdir.branch_path();
|
Completed in 28 milliseconds