Searched refs:SYMLINK_TO_NESTED (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vfs/ |
| H A D | resolve_beneath.c | 86 #define SYMLINK_TO_NESTED "test_dir/symlink_to_nested" macro 132 …(SYMLINK_TO_NESTED_FROM, testdir_fd, SYMLINK_TO_NESTED), "Creating symlink %s/%s -> %s", testdir, … in setup() 148 unlinkat(testdir_fd, SYMLINK_TO_NESTED, 0); in cleanup() 521 if (symlinkat(SYMLINK_TO_NESTED_FROM, testdir_fd, SYMLINK_TO_NESTED) < 0) { 522 T_FAIL("Unable to recreate %s", SYMLINK_TO_NESTED);
|