Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dcheck_test.c351 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 Dmacros_test.c73 RE(atf_fs_exists(&pp, &b)); in exists()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dfs.h131 atf_error_t atf_fs_exists(const atf_fs_path_t *, bool *);
H A Dfs_test.c582 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 Dtp_main.c468 err = atf_fs_exists(&exe, &b); in handle_srcdir()
H A Dfs.c757 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 Dc_helpers.c403 RE(atf_fs_exists(&p, &b)); in ATF_TC_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.cpp460 err = atf_fs_exists(p.c_path(), &b); in exists()