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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h62 bool atf_fs_path_is_absolute(const atf_fs_path_t *);
H A Dfs_test.c196 atf_fs_path_is_absolute(&p) ? "true" : "false");
198 ATF_REQUIRE(atf_fs_path_is_absolute(&p));
200 ATF_REQUIRE(!atf_fs_path_is_absolute(&p));
390 ATF_REQUIRE(atf_fs_path_is_absolute(&p2));
H A Dfs.c442 atf_fs_path_is_absolute(const atf_fs_path_t *p) function
504 PRE(!atf_fs_path_is_absolute(p));
H A Dtp_main.c434 if (!atf_fs_path_is_absolute(&srcdir)) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp163 return atf_fs_path_is_absolute(&m_path);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c474 if (atf_fs_path_is_absolute(&p)) {

Completed in 22 milliseconds