Lines Matching refs:work_directory
442 exit_handle.work_directory().str())); in ATF_TEST_CASE_BODY()
547 (exit_handle.work_directory() / "cookie.12345").str())); in ATF_TEST_CASE_BODY()
553 ATF_REQUIRE(!atf::utils::file_exists(exit_handle.work_directory().str())); in ATF_TEST_CASE_BODY()
575 ATF_REQUIRE_EQ(exit_1_handle.work_directory(), in ATF_TEST_CASE_BODY()
576 exit_2_handle.work_directory()); in ATF_TEST_CASE_BODY()
588 ATF_REQUIRE_EQ(exit_1_handle.work_directory(), in ATF_TEST_CASE_BODY()
589 exit_3_handle.work_directory()); in ATF_TEST_CASE_BODY()
592 (exit_1_handle.work_directory() / "cookie.1").str())); in ATF_TEST_CASE_BODY()
594 (exit_1_handle.work_directory() / "cookie.2").str())); in ATF_TEST_CASE_BODY()
596 (exit_1_handle.work_directory() / "cookie.3").str())); in ATF_TEST_CASE_BODY()
614 ATF_REQUIRE(!atf::utils::file_exists(exit_1_handle.work_directory().str())); in ATF_TEST_CASE_BODY()
737 paths.push_back(exit_handle1.work_directory()); in ATF_TEST_CASE_BODY()
742 paths.push_back(exit_handle2.work_directory()); in ATF_TEST_CASE_BODY()
913 (exit_handle.work_directory() / "exec_was_called").str())); in ATF_TEST_CASE_BODY()