Searched refs:atf_fs_path_is_root (Results 1 – 4 of 4) sorted by relevance
58 bool atf_fs_path_is_root(const atf_fs_path_t *);
233 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()
444 atf_fs_path_is_root(const atf_fs_path_t *p) in atf_fs_path_is_root() function
166 return atf_fs_path_is_root(&m_path); in is_root()