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

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp199 // The "file_info" class.
207 //! The file_info class holds information about an specific file that
210 class file_info { class in namespace:atf::fs
227 //! \brief Constructs a new file_info based on a given file.
229 //! This constructor creates a new file_info object and fills it with
233 explicit file_info(const path&);
238 file_info(const file_info&);
243 ~file_info(void);
332 class directory : public std::map< std::string, file_info > {
[all...]
H A Dfs.cpp283 // The "file_info" class.
286 const int impl::file_info::blk_type = atf_fs_stat_blk_type;
287 const int impl::file_info::chr_type = atf_fs_stat_chr_type;
288 const int impl::file_info::dir_type = atf_fs_stat_dir_type;
289 const int impl::file_info::fifo_type = atf_fs_stat_fifo_type;
290 const int impl::file_info::lnk_type = atf_fs_stat_lnk_type;
291 const int impl::file_info::reg_type = atf_fs_stat_reg_type;
292 const int impl::file_info::sock_type = atf_fs_stat_sock_type;
293 const int impl::file_info::wht_type = atf_fs_stat_wht_type;
295 impl::file_info function in class:impl::file_info
304 impl::file_info::file_info(const file_info& fi) function in class:impl::file_info
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp175 // The "file_info" class.
183 //! The file_info class holds information about an specific file that
186 class file_info { class in namespace:tools::fs
204 //! \brief Constructs a new file_info based on a given file.
206 //! This constructor creates a new file_info object and fills it with
210 explicit file_info(const path&);
215 ~file_info(void);
304 class directory : public std::map< std::string, file_info > {
H A Dfs.cpp67 static void cleanup_aux_dir(const impl::path&, const impl::file_info&,
181 impl::file_info fi(p);
183 if (fi.get_type() == impl::file_info::dir_type)
190 if (fi.get_type() == impl::file_info::dir_type)
203 cleanup_aux_dir(const impl::path& p, const impl::file_info& fi,
430 // The "file_info" class.
433 const int impl::file_info::blk_type = 1;
434 const int impl::file_info::chr_type = 2;
435 const int impl::file_info::dir_type = 3;
436 const int impl::file_info
442 impl::file_info::file_info(const path& p) function in class:impl::file_info
[all...]

Completed in 11 milliseconds