Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c/
H A Dcheck_test.c346 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists); in ATF_TC_BODY()
347 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(exists); in ATF_TC_BODY()
349 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists); in ATF_TC_BODY()
350 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(!exists); in ATF_TC_BODY()
H A Dmacros_test.c71 RE(atf_fs_exists(&pp, &b)); in exists()
/freebsd/contrib/atf/atf-c/detail/
H A Dfs.h121 atf_error_t atf_fs_exists(const atf_fs_path_t *, bool *);
H A Dfs_test.c579 RE(atf_fs_exists(&pdir, &b)); in ATF_TC_BODY()
583 RE(atf_fs_exists(&pfile, &b)); in ATF_TC_BODY()
593 err = atf_fs_exists(&pfile, &b); in ATF_TC_BODY()
602 RE(atf_fs_exists(&pfile, &b)); in ATF_TC_BODY()
H A Dtp_main.c462 err = atf_fs_exists(&exe, &b); in handle_srcdir()
H A Dfs.c752 atf_fs_exists(const atf_fs_path_t *p, bool *b) in atf_fs_exists() function
/freebsd/contrib/atf/test-programs/
H A Dc_helpers.c398 RE(atf_fs_exists(&p, &b)); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp456 err = atf_fs_exists(p.c_path(), &b); in exists()