Searched refs:file_info (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
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...]
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_test.cpp215 using atf::fs::file_info;
225 file_info fi(p);
226 file_info fia(pa);
236 file_info fi(p);
237 file_info fia(pa);
288 set_md_var("descr", "Tests that the file_info objects attached to the "
294 using atf::fs::file_info;
304 const file_info& fi = (*iter).second;
305 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
311 const file_info
[all...]
/bind-9.11.3/unit/atf-src/tools/
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...]
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_test.cpp227 using tools::fs::file_info;
237 file_info fi(p);
238 file_info fia(pa);
248 file_info fi(p);
249 file_info fia(pa);
300 set_md_var("descr", "Tests that the file_info objects attached to the "
306 using tools::fs::file_info;
316 const file_info& fi = (*iter).second;
317 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
323 const file_info
[all...]
H A Datf-run.cpp230 tools::fs::file_info fi(tp);
233 if (fi.get_type() == tools::fs::file_info::dir_type)
486 tools::fs::file_info fi(tp);
488 if (fi.get_type() == tools::fs::file_info::dir_type) {
H A Dmisc_helpers.cpp171 tools::fs::file_info fi1(p);
172 tools::fs::file_info fi2(tools::fs::path("."));
H A Datffile.cpp322 const tools::fs::file_info& fi = (*iter).second;
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp399 atf::fs::file_info f(p);

Completed in 806 milliseconds