Searched refs:TEST_FILE (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/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);
|
| /xnu-8796.141.3/tests/ |
| H A D | iopolicy.c | 32 #define TEST_FILE "testfile" macro 61 snprintf(g_testfile, MAXPATHLEN, "%s/%s", tmpdir, TEST_FILE);
|