Home
last modified time | relevance | path

Searched refs:branch_path (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/
H A Dpath_test.cpp150 ATF_TEST_CASE_WITHOUT_HEAD(branch_path);
151 ATF_TEST_CASE_BODY(branch_path) in ATF_TEST_CASE_BODY() argument
153 ATF_REQUIRE_EQ(".", path(".").branch_path().str()); in ATF_TEST_CASE_BODY()
154 ATF_REQUIRE_EQ(".", path("foo").branch_path().str()); in ATF_TEST_CASE_BODY()
155 ATF_REQUIRE_EQ("foo", path("foo/bar").branch_path().str()); in ATF_TEST_CASE_BODY()
156 ATF_REQUIRE_EQ("/", path("/foo").branch_path().str()); in ATF_TEST_CASE_BODY()
157 ATF_REQUIRE_EQ("/foo", path("/foo/bar").branch_path().str()); in ATF_TEST_CASE_BODY()
268 ATF_ADD_TEST_CASE(tcs, branch_path); in ATF_INIT_TEST_CASES()
H A Dpath.cpp118 fs::path::branch_path(void) const in branch_path() function in fs::path
177 p = p.branch_path(); in is_parent_of()
H A Dpath.hpp63 path branch_path(void) const;
H A Dlua_module.cpp89 state.push_string(path.branch_path().c_str()); in lua_fs_dirname()
H A Doperations.cpp196 fs::mkdir_p(dir.branch_path(), mode); in mkdir_p()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs_test.cpp137 ATF_REQUIRE_EQ(path(".").branch_path().str(), "."); in ATF_TEST_CASE_BODY()
138 ATF_REQUIRE_EQ(path("foo").branch_path().str(), "."); in ATF_TEST_CASE_BODY()
139 ATF_REQUIRE_EQ(path("foo/bar").branch_path().str(), "foo"); in ATF_TEST_CASE_BODY()
140 ATF_REQUIRE_EQ(path("/foo").branch_path().str(), "/"); in ATF_TEST_CASE_BODY()
141 ATF_REQUIRE_EQ(path("/foo/bar").branch_path().str(), "/foo"); in ATF_TEST_CASE_BODY()
H A Dfs.hpp126 path branch_path(void) const;
H A Dfs.cpp174 impl::path::branch_path(void) in branch_path() function in impl::path
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs_test.cpp146 ATF_REQUIRE_EQ(path(".").branch_path().str(), "."); in ATF_TEST_CASE_BODY()
147 ATF_REQUIRE_EQ(path("foo").branch_path().str(), "."); in ATF_TEST_CASE_BODY()
148 ATF_REQUIRE_EQ(path("foo/bar").branch_path().str(), "foo"); in ATF_TEST_CASE_BODY()
149 ATF_REQUIRE_EQ(path("/foo").branch_path().str(), "/"); in ATF_TEST_CASE_BODY()
150 ATF_REQUIRE_EQ(path("/foo/bar").branch_path().str(), "/foo"); in ATF_TEST_CASE_BODY()
H A Dfs.hpp103 path branch_path(void) const;
H A Datffile.cpp316 tools::fs::directory dir(filename.branch_path()); in read_atffile()
H A Dtest-program.cpp293 argv.push_back("-s" + params->executable.branch_path().str()); in get_metadata_child()
322 argv.push_back("-s" + absolute_executable.branch_path().str()); in run_test_case_child()
H A Dfs.cpp340 impl::path::branch_path(void) in branch_path() function in impl::path
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dkyuafile.cpp208 const fs::path file = relativize(_relative_filename.branch_path(), in callback_include()
266 const fs::path path = relativize(_relative_filename.branch_path(), in callback_test_program()
593 const fs::path source_root_ = file.branch_path(); in load()
/netbsd-src/external/bsd/atf/dist/atf-sh/
H A Datf-sh.cpp56 if (filepath.branch_path().str() == ".") in fix_plain_name()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp526 m_srcdir = atf::fs::path(m_argv0).branch_path(); in handle_srcdir()
528 m_srcdir = m_srcdir.branch_path(); in handle_srcdir()
/netbsd-src/external/bsd/kyua-cli/dist/cli/
H A Dmain.cpp180 fs::mkdir_p(logfile.branch_path(), 0755); in safe_main()
H A Dcommon.cpp222 fs::mkdir_p(store.branch_path(), 0777); in store_path()
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/
H A Dchild_test.cpp633 utils::setenv("PATH", helpers.branch_path().c_str()); in ATF_TEST_CASE_BODY()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc497 struct branch_path struct
513 struct branch_path *path; argument
6658 ebb_data.path = XNEWVEC (struct branch_path, in cse_main()
H A DChangeLog-20062002 (struct branch_path): Remove BRANCH and TAKEN fields. Add new
H A DChangeLog-200924003 * cse.c (struct branch_path): Break out of struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c516 struct branch_path struct
532 struct branch_path *path; argument
6714 ebb_data.path = XNEWVEC (struct branch_path, in cse_main()