Searched defs:file_info (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp203 // The "file_info" class.
211 //! The file_info class holds information about an specific file that
214 class file_info { class in namespace:atf::fs
231 //! \brief Constructs a new file_info based on a given file.
233 //! This constructor creates a new file_info object and fills it with
237 explicit file_info(const path&);
242 file_info(const file_info&);
247 ~file_info(void);
336 class directory : public std::map< std::string, file_info > {
[all...]
H A Dfs.cpp287 // The "file_info" class.
290 const int impl::file_info::blk_type = atf_fs_stat_blk_type;
291 const int impl::file_info::chr_type = atf_fs_stat_chr_type;
292 const int impl::file_info::dir_type = atf_fs_stat_dir_type;
293 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type;
294 const int impl::file_info::lnk_type = atf_fs_stat_lnk_type;
295 const int impl::file_info::reg_type = atf_fs_stat_reg_type;
296 const int impl::file_info::sock_type = atf_fs_stat_sock_type;
297 const int impl::file_info::wht_type = atf_fs_stat_wht_type;
299 impl::file_info function in class:impl::file_info
308 impl::file_info::file_info(const file_info& fi) function in class:impl::file_info
[all...]

Completed in 17 milliseconds