Searched refs:branch_path (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp126 path branch_path(void) const;
H A Dfs_test.cpp131 set_md_var("descr", "Tests the path::branch_path function");
137 ATF_REQUIRE_EQ(path(".").branch_path().str(), ".");
138 ATF_REQUIRE_EQ(path("foo").branch_path().str(), ".");
139 ATF_REQUIRE_EQ(path("foo/bar").branch_path().str(), "foo");
140 ATF_REQUIRE_EQ(path("/foo").branch_path().str(), "/");
141 ATF_REQUIRE_EQ(path("/foo/bar").branch_path().str(), "/foo");
H A Dfs.cpp174 impl::path::branch_path(void) function in class:impl::path
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp56 if (filepath.branch_path().str() == ".")
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp527 m_srcdir = atf::fs::path(m_argv0).branch_path();
529 m_srcdir = m_srcdir.branch_path();
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp312 fs::directory dir(filename.branch_path());
H A Dtest-program.cpp294 argv.push_back("-s" + params->executable.branch_path().str());
321 argv.push_back("-s" + absolute_executable.branch_path().str());

Completed in 19 milliseconds