OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atf_fs_path_is_root
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/atf/dist/atf-c/detail/
fs.h
66
bool
atf_fs_path_is_root
(const atf_fs_path_t *);
fs_test.c
236
atf_fs_path_is_root
(&p) ? "true" : "false");
238
ATF_REQUIRE(
atf_fs_path_is_root
(&p));
240
ATF_REQUIRE(!
atf_fs_path_is_root
(&p));
fs.c
449
atf_fs_path_is_root
(const atf_fs_path_t *p)
function
/src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp
170
return
atf_fs_path_is_root
(&m_path);
Completed in 65 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026