Searched refs:atf_fs_exists (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/atf/dist/atf-c/ |
H A D | check_test.c | 351 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(exists); in ATF_TC_BODY() 352 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(exists); in ATF_TC_BODY() 354 RE(atf_fs_exists(&out, &exists)); ATF_CHECK(!exists); in ATF_TC_BODY() 355 RE(atf_fs_exists(&err, &exists)); ATF_CHECK(!exists); in ATF_TC_BODY()
|
H A D | macros_test.c | 73 RE(atf_fs_exists(&pp, &b)); in exists()
|
/netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
H A D | fs.h | 131 atf_error_t atf_fs_exists(const atf_fs_path_t *, bool *);
|
H A D | fs_test.c | 582 RE(atf_fs_exists(&pdir, &b)); in ATF_TC_BODY() 586 RE(atf_fs_exists(&pfile, &b)); in ATF_TC_BODY() 596 err = atf_fs_exists(&pfile, &b); in ATF_TC_BODY() 605 RE(atf_fs_exists(&pfile, &b)); in ATF_TC_BODY()
|
H A D | tp_main.c | 468 err = atf_fs_exists(&exe, &b); in handle_srcdir()
|
H A D | fs.c | 757 atf_fs_exists(const atf_fs_path_t *p, bool *b) in atf_fs_exists() function
|
/netbsd-src/external/bsd/atf/dist/test-programs/ |
H A D | c_helpers.c | 403 RE(atf_fs_exists(&p, &b)); in ATF_TC_BODY()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/ |
H A D | fs.cpp | 460 err = atf_fs_exists(p.c_path(), &b); in exists()
|