Home
last modified time | relevance | path

Searched refs:atf_fs_path_is_root (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dfs.h58 bool atf_fs_path_is_root(const atf_fs_path_t *);
H A Dfs_test.c233 atf_fs_path_is_root(&p) ? "true" : "false"); in ATF_TC_BODY()
235 ATF_REQUIRE(atf_fs_path_is_root(&p)); in ATF_TC_BODY()
237 ATF_REQUIRE(!atf_fs_path_is_root(&p)); in ATF_TC_BODY()
H A Dfs.c444 atf_fs_path_is_root(const atf_fs_path_t *p) in atf_fs_path_is_root() function
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp166 return atf_fs_path_is_root(&m_path); in is_root()