Lines Matching refs:create_file

112     atf::utils::create_file(source.str(), "This is the input");  in ATF_TEST_CASE_BODY()
139 atf::utils::create_file(target.str(), "Do not override"); in ATF_TEST_CASE_BODY()
142 atf::utils::create_file(source.str(), "This is the input"); in ATF_TEST_CASE_BODY()
191 atf::utils::create_file("ls", ""); in ATF_TEST_CASE_BODY()
201 atf::utils::create_file("ls", ""); in ATF_TEST_CASE_BODY()
214 atf::utils::create_file((dir / "ls").str(), ""); in ATF_TEST_CASE_BODY()
229 atf::utils::create_file((dir2 / "ls").str(), ""); in ATF_TEST_CASE_BODY()
231 atf::utils::create_file((dir1 / "ls").str(), ""); in ATF_TEST_CASE_BODY()
242 atf::utils::create_file("foo-bar", ""); in ATF_TEST_CASE_BODY()
255 atf::utils::create_file("my-bin/abcd", ""); in ATF_TEST_CASE_BODY()
300 atf::utils::create_file("mounted", ""); in ATF_TEST_CASE_BODY()
328 atf::utils::create_file(file.str(), ""); in ATF_TEST_CASE_BODY()
510 atf::utils::create_file(cookie.str(), "this is readable"); in ATF_TEST_CASE_BODY()
575 atf::utils::create_file("outside", ""); in test_mount_tmpfs_ok()
577 atf::utils::create_file("mounted", ""); in test_mount_tmpfs_ok()
578 atf::utils::create_file((mount_point / "inside").str(), ""); in test_mount_tmpfs_ok()
652 atf::utils::create_file("root/.hidden_file", ""); in ATF_TEST_CASE_BODY()
654 atf::utils::create_file("root/.hidden_dir/a", ""); in ATF_TEST_CASE_BODY()
655 atf::utils::create_file("root/file", ""); in ATF_TEST_CASE_BODY()
656 atf::utils::create_file("root/with spaces", ""); in ATF_TEST_CASE_BODY()
659 atf::utils::create_file("root/dir1/dir2/file", ""); in ATF_TEST_CASE_BODY()
672 atf::utils::create_file("root/dir/file", ""); in ATF_TEST_CASE_BODY()
702 atf::utils::create_file("dir/foo", ""); in ATF_TEST_CASE_BODY()
703 atf::utils::create_file("dir/.hidden", ""); in ATF_TEST_CASE_BODY()
729 atf::utils::create_file("foo", ""); in ATF_TEST_CASE_BODY()
754 atf::utils::create_file((mount_point / "test1").str(), ""); in ATF_TEST_CASE_BODY()
761 atf::utils::create_file((mount_point / "test2").str(), ""); in ATF_TEST_CASE_BODY()