HomeSort by: relevance | last modified time | path
    Searched refs:atf_fs_stat_is_other_writable (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c/detail/
fs.h 118 bool atf_fs_stat_is_other_writable(const atf_fs_stat_t *);
fs_test.c 511 ATF_REQUIRE(atf_fs_stat_is_other_writable(&st) == othw); \
843 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s1));
855 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s2));
974 ATF_CHECK(!atf_fs_stat_is_other_writable(&s1));
986 ATF_CHECK(!atf_fs_stat_is_other_writable(&s2));
fs.c 670 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) function
  /src/external/bsd/atf/dist/atf-c++/detail/
fs.cpp 406 return atf_fs_stat_is_other_writable(&m_stat);

Completed in 18 milliseconds