Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.cpp65 static bool safe_access(const impl::path&, int, int);
76 safe_access(const impl::path& p, int mode, int experr) in safe_access() function
491 return safe_access(p, atf_fs_access_x, EACCES); in is_executable()