OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:branch_path
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/utils/fs/
path_test.cpp
150
ATF_TEST_CASE_WITHOUT_HEAD(
branch_path
);
variable
151
ATF_TEST_CASE_BODY(
branch_path
)
153
ATF_REQUIRE_EQ(".", path(".").
branch_path
().str());
154
ATF_REQUIRE_EQ(".", path("foo").
branch_path
().str());
155
ATF_REQUIRE_EQ("foo", path("foo/bar").
branch_path
().str());
156
ATF_REQUIRE_EQ("/", path("/foo").
branch_path
().str());
157
ATF_REQUIRE_EQ("/foo", path("/foo/bar").
branch_path
().str());
268
ATF_ADD_TEST_CASE(tcs,
branch_path
);
path.cpp
118
fs::path::
branch_path
(void) const
function in class:fs::path
177
p = p.
branch_path
();
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
174
impl::path::
branch_path
(void)
function in class:impl::path
/src/external/bsd/atf/dist/tools/
fs.cpp
340
impl::path::
branch_path
(void)
function in class:impl::path
/src/external/gpl3/gcc/dist/gcc/
cse.cc
479
struct
branch_path
struct
495
struct
branch_path
*path;
6706
ebb_data.path = XNEWVEC (struct
branch_path
,
/src/external/gpl3/gcc.old/dist/gcc/
cse.cc
497
struct
branch_path
struct
513
struct
branch_path
*path;
6690
ebb_data.path = XNEWVEC (struct
branch_path
,
Completed in 41 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026