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