Searched refs:CIRCULAR_SYMLINK (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/tests/vfs/ |
| H A D | resolve_beneath.c | 84 #define CIRCULAR_SYMLINK "test_dir/circular_symlink" macro 130 …at(CIRCULAR_SYMLINK_FROM, testdir_fd, CIRCULAR_SYMLINK), "Creating symlink %s/%s -> %s", testdir, … in setup() 142 unlinkat(testdir_fd, CIRCULAR_SYMLINK, 0); in cleanup() 531 if (symlinkat(CIRCULAR_SYMLINK_FROM, testdir_fd, CIRCULAR_SYMLINK) < 0) { 532 T_FAIL("Unable to recreate %s", CIRCULAR_SYMLINK);
|