Lines Matching refs:fs

43 #include "detail/fs.hpp"
296 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
297 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
310 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
311 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
325 ATF_REQUIRE(atf::fs::exists(atf::fs::path("before")));
326 ATF_REQUIRE(!atf::fs::exists(atf::fs::path("after")));
345 const atf::fs::path before("before");
346 const atf::fs::path after("after");
357 ATF_REQUIRE(atf::fs::exists(before));
360 ATF_REQUIRE(atf::fs::exists(after));
364 ATF_REQUIRE(!atf::fs::exists(after));
367 atf::fs::remove(before);
369 atf::fs::remove(after);
392 const atf::fs::path before("before");
393 const atf::fs::path after("after");
407 ATF_REQUIRE(atf::fs::exists(before));
410 ATF_REQUIRE(atf::fs::exists(after));
413 ATF_REQUIRE(!atf::fs::exists(after));
416 atf::fs::remove(before);
418 atf::fs::remove(after);
442 const atf::fs::path before("before");
443 const atf::fs::path after("after");
452 ATF_REQUIRE(atf::fs::exists(before));
455 ATF_REQUIRE(atf::fs::exists(after));
458 ATF_REQUIRE(!atf::fs::exists(after));
461 atf::fs::remove(before);
463 atf::fs::remove(after);
484 const atf::fs::path before("before");
485 const atf::fs::path after("after");
499 ATF_REQUIRE(atf::fs::exists(before));
502 ATF_REQUIRE(atf::fs::exists(after));
505 ATF_REQUIRE(!atf::fs::exists(after));
508 atf::fs::remove(before);
510 atf::fs::remove(after);
534 const atf::fs::path before("before");
535 const atf::fs::path after("after");
544 ATF_REQUIRE(atf::fs::exists(before));
547 ATF_REQUIRE(atf::fs::exists(after));
550 ATF_REQUIRE(!atf::fs::exists(after));
553 atf::fs::remove(before);
555 atf::fs::remove(after);
577 const atf::fs::path before("before");
578 const atf::fs::path after("after");
590 ATF_REQUIRE(atf::fs::exists(before));
593 ATF_REQUIRE(atf::fs::exists(after));
599 ATF_REQUIRE(!atf::fs::exists(after));
602 atf::fs::remove(before);
604 atf::fs::remove(after);
629 const atf::fs::path before("before");
630 const atf::fs::path after("after");
642 ATF_REQUIRE(atf::fs::exists(before));
645 ATF_REQUIRE(atf::fs::exists(after));
651 ATF_REQUIRE(!atf::fs::exists(after));
654 atf::fs::remove(before);
656 atf::fs::remove(after);
680 const atf::fs::path before("before");
681 const atf::fs::path after("after");
690 ATF_REQUIRE(atf::fs::exists(before));
691 ATF_REQUIRE(atf::fs::exists(after));
703 atf::fs::remove(before);
704 atf::fs::remove(after);
728 const atf::fs::path before("before");
729 const atf::fs::path after("after");
738 ATF_REQUIRE(atf::fs::exists(before));
741 ATF_REQUIRE(atf::fs::exists(after));
747 ATF_REQUIRE(!atf::fs::exists(after));
750 atf::fs::remove(before);
752 atf::fs::remove(after);