Lines Matching refs:file_info
227 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& fi = (*iter).second;
324 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
350 // Test cases for the "file_info" class.
356 set_md_var("descr", "Tests the file_info creation and its basic contents");
360 using tools::fs::file_info;
367 file_info fi(p);
368 ATF_REQUIRE(fi.get_type() == file_info::dir_type);
373 file_info fi(p);
374 ATF_REQUIRE(fi.get_type() == file_info::reg_type);
381 set_md_var("descr", "Tests the file_info methods to get the file's "
386 using tools::fs::file_info;
396 file_info fi(p); \
477 tools::fs::file_info fi1(t1);
488 tools::fs::file_info fi2(t2);
722 // Add the tests for the "file_info" class.