Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp221 static const int blk_type; member in atf::fs::file_info
H A Dfs.cpp290 const int impl::file_info::blk_type = atf_fs_stat_blk_type; member in impl::file_info
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs.hpp194 static const int blk_type; member in tools::fs::file_info
H A Dfs.cpp412 const int impl::file_info::blk_type = 1; member in impl::file_info
430 case S_IFBLK: m_type = blk_type; break; in file_info()