Searched refs:atf_fs_eaccess (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h125 atf_error_t atf_fs_eaccess(const atf_fs_path_t *, int);
H A Dfs.c695 atf_fs_eaccess(const atf_fs_path_t *p, int mode) function
760 err = atf_fs_eaccess(p, atf_fs_access_f);
H A Dfs_test.c615 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_eaccess function");
672 err = atf_fs_eaccess(&p, *m);
692 err = atf_fs_eaccess(&p, atf_fs_access_f);
697 err = atf_fs_eaccess(&p, t->amode);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp84 atf_error_t err = atf_fs_eaccess(p.c_path(), mode);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c448 err = atf_fs_eaccess(&p, atf_fs_access_x);
475 err = atf_fs_eaccess(&p, atf_fs_access_x);

Completed in 20 milliseconds