Home
last modified time | relevance | path

Searched refs:CIRCULAR_SYMLINK (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/vfs/
H A Dresolve_beneath.c88 #define CIRCULAR_SYMLINK "test_dir/circular_symlink" macro
134 …at(CIRCULAR_SYMLINK_FROM, testdir_fd, CIRCULAR_SYMLINK), "Creating symlink %s/%s -> %s", testdir, in setup()
146 unlinkat(testdir_fd, CIRCULAR_SYMLINK, 0); in cleanup()
533 if (symlinkat(CIRCULAR_SYMLINK_FROM, testdir_fd, CIRCULAR_SYMLINK) < 0) {
534 T_FAIL("Unable to recreate %s", CIRCULAR_SYMLINK);