Searched defs:fifo_type (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp220 static const int fifo_type; member in class:atf::fs::file_info
H A Dfs.cpp289 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type; member in class:impl::file_info
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp197 static const int fifo_type; member in class:tools::fs::file_info
H A Dfs.cpp436 const int impl::file_info::fifo_type = 4; member in class:impl::file_info
454 case S_IFIFO: m_type = fifo_type; break;

Completed in 27 milliseconds