/netbsd-src/external/bsd/kyua-cli/dist/utils/fs/ |
H A D | path_test.cpp | 150 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 D | path.cpp | 118 fs::path::branch_path(void) const in branch_path() function in fs::path 177 p = p.branch_path(); in is_parent_of()
|
H A D | path.hpp | 63 path branch_path(void) const;
|
H A D | lua_module.cpp | 89 state.push_string(path.branch_path().c_str()); in lua_fs_dirname()
|
H A D | operations.cpp | 196 fs::mkdir_p(dir.branch_path(), mode); in mkdir_p()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | fs_test.cpp | 137 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 D | fs.hpp | 126 path branch_path(void) const;
|
H A D | fs.cpp | 174 impl::path::branch_path(void) in branch_path() function in impl::path
|
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | fs_test.cpp | 146 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 D | fs.hpp | 103 path branch_path(void) const;
|
H A D | atffile.cpp | 316 tools::fs::directory dir(filename.branch_path()); in read_atffile()
|
H A D | test-program.cpp | 293 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 D | fs.cpp | 340 impl::path::branch_path(void) in branch_path() function in impl::path
|
/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | kyuafile.cpp | 208 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 D | atf-sh.cpp | 56 if (filepath.branch_path().str() == ".") in fix_plain_name()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/ |
H A D | tests.cpp | 526 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 D | main.cpp | 180 fs::mkdir_p(logfile.branch_path(), 0755); in safe_main()
|
H A D | common.cpp | 222 fs::mkdir_p(store.branch_path(), 0777); in store_path()
|
/netbsd-src/external/bsd/kyua-cli/dist/utils/process/ |
H A D | child_test.cpp | 633 utils::setenv("PATH", helpers.branch_path().c_str()); in ATF_TEST_CASE_BODY()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cse.cc | 497 struct branch_path struct 513 struct branch_path *path; argument 6658 ebb_data.path = XNEWVEC (struct branch_path, in cse_main()
|
H A D | ChangeLog-2006 | 2002 (struct branch_path): Remove BRANCH and TAKEN fields. Add new
|
H A D | ChangeLog-2009 | 24003 * cse.c (struct branch_path): Break out of struct
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | cse.c | 516 struct branch_path struct 532 struct branch_path *path; argument 6714 ebb_data.path = XNEWVEC (struct branch_path, in cse_main()
|