Home
last modified time | relevance | path

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

/minix/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dfs.hpp226 static const int reg_type; member in atf::fs::file_info
H A Dfs_test.cpp315 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
365 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
H A Dfs.cpp295 const int impl::file_info::reg_type = atf_fs_stat_reg_type; member in impl::file_info
/minix/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp226 static const int reg_type; member in atf::fs::file_info
H A Dfs_test.cpp315 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
365 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
H A Dfs.cpp295 const int impl::file_info::reg_type = atf_fs_stat_reg_type; member in impl::file_info
/minix/external/bsd/atf/dist/tools/
H A Dfs.hpp199 static const int reg_type; member in tools::fs::file_info
H A Dfs.cpp421 const int impl::file_info::reg_type = 6; member in impl::file_info
439 case S_IFREG: m_type = reg_type; break;
H A Dfs_test.cpp324 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()
374 ATF_REQUIRE(fi.get_type() == file_info::reg_type); in ATF_TEST_CASE_BODY()