Searched refs:atf_fs_path_is_absolute (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h57 bool atf_fs_path_is_absolute(const atf_fs_path_t *);
H A Dfs_test.c193 atf_fs_path_is_absolute(&p) ? "true" : "false");
195 ATF_REQUIRE(atf_fs_path_is_absolute(&p));
197 ATF_REQUIRE(!atf_fs_path_is_absolute(&p));
387 ATF_REQUIRE(atf_fs_path_is_absolute(&p2));
H A Dfs.c438 atf_fs_path_is_absolute(const atf_fs_path_t *p) function
500 PRE(!atf_fs_path_is_absolute(p));
H A Dtp_main.c432 if (!atf_fs_path_is_absolute(&srcdir)) {
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp159 return atf_fs_path_is_absolute(&m_path);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c470 if (atf_fs_path_is_absolute(&p)) {

Completed in 1990 milliseconds