Searched refs:atf_fs_exists (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/atf/atf-c/ |
H A D | check_test.c | 346 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 D | macros_test.c | 71 RE(atf_fs_exists(&pp, &b)); in exists()
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs.h | 121 atf_error_t atf_fs_exists(const atf_fs_path_t *, bool *);
|
H A D | fs_test.c | 579 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 D | tp_main.c | 462 err = atf_fs_exists(&exe, &b); in handle_srcdir()
|
H A D | fs.c | 752 atf_fs_exists(const atf_fs_path_t *p, bool *b) in atf_fs_exists() function
|
/freebsd/contrib/atf/test-programs/ |
H A D | c_helpers.c | 398 RE(atf_fs_exists(&p, &b)); in ATF_TC_BODY()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | fs.cpp | 456 err = atf_fs_exists(p.c_path(), &b); in exists()
|