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

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.h120 atf_error_t atf_fs_eaccess(const atf_fs_path_t *, int);
H A Dfs.c691 atf_fs_eaccess(const atf_fs_path_t *p, int mode) function
756 err = atf_fs_eaccess(p, atf_fs_access_f);
H A Dfs_test.c612 atf_tc_set_md_var(tc, "descr", "Tests the atf_fs_eaccess function");
669 err = atf_fs_eaccess(&p, *m);
689 err = atf_fs_eaccess(&p, atf_fs_access_f);
694 err = atf_fs_eaccess(&p, t->amode);
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp80 atf_error_t err = atf_fs_eaccess(p.c_path(), mode);
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c444 err = atf_fs_eaccess(&p, atf_fs_access_x);
471 err = atf_fs_eaccess(&p, atf_fs_access_x);

Completed in 324 milliseconds