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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h63 bool atf_fs_path_is_root(const atf_fs_path_t *);
H A Dfs_test.c236 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));
H A Dfs.c448 atf_fs_path_is_root(const atf_fs_path_t *p) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp170 return atf_fs_path_is_root(&m_path);

Completed in 16 milliseconds