Searched refs:TEST_FILE (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/vfs/ |
| H A D | o_search.c | 27 #define TEST_FILE "testfile" macro 60 snprintf(g_testfile, MAXPATHLEN, "%s/%s", tmpdir, TEST_FILE); 83 fd = openat(tmpdir_fd, TEST_FILE, O_EXEC); 88 T_ASSERT_POSIX_SUCCESS(retval = fchmodat(tmpdir_fd, TEST_FILE, 0744, 0), NULL); 90 fd = openat(tmpdir_fd, TEST_FILE, O_SEARCH); 95 T_ASSERT_POSIX_SUCCESS(fd = openat(tmpdir_fd, TEST_FILE, O_EXEC), NULL);
|
| H A D | pwrite_appendonly.c | 49 #define TEST_FILE "testfile" macro 77 snprintf(g_testfile, MAXPATHLEN, "%s/%s", g_testdir, TEST_FILE); in create_test_file() 83 T_ASSERT_POSIX_SUCCESS(close(fd), "Close test file: %s", TEST_FILE); in create_test_file()
|
| /xnu-12377.61.12/tests/ |
| H A D | iopolicy.c | 33 #define TEST_FILE "testfile" macro 62 snprintf(g_testfile, MAXPATHLEN, "%s/%s", tmpdir, TEST_FILE);
|