Searched refs:atf_fs_exists (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h126 atf_error_t atf_fs_exists(const atf_fs_path_t *, bool *);
H A Dfs_test.c567 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_exists function");
582 RE(atf_fs_exists(&pdir, &b));
586 RE(atf_fs_exists(&pfile, &b));
596 err = atf_fs_exists(&pfile, &b);
605 RE(atf_fs_exists(&pfile, &b));
H A Dtp_main.c467 err = atf_fs_exists(&exe, &b);
H A Dfs.c756 atf_fs_exists(const atf_fs_path_t *p, bool *b) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c351 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists);
352 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(exists);
354 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists);
355 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(!exists);
H A Dmacros_test.c73 RE(atf_fs_exists(&pp, &b));
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp460 err = atf_fs_exists(p.c_path(), &b);
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c403 RE(atf_fs_exists(&p, &b));

Completed in 222 milliseconds