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 D | fs.h | 120 atf_error_t atf_fs_eaccess(const atf_fs_path_t *, int);
|
H A D | fs.c | 691 atf_fs_eaccess(const atf_fs_path_t *p, int mode) function 756 err = atf_fs_eaccess(p, atf_fs_access_f);
|
H A D | fs_test.c | 612 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 D | fs.cpp | 80 atf_error_t err = atf_fs_eaccess(p.c_path(), mode);
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tc.c | 444 err = atf_fs_eaccess(&p, atf_fs_access_x); 471 err = atf_fs_eaccess(&p, atf_fs_access_x);
|
Completed in 324 milliseconds