Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vfs/
H A Dresolve_beneath.c90 #define CIRCULAR_SYMLINK_FROM "circular_symlink" macro
130 …ymlinkat(CIRCULAR_SYMLINK_FROM, testdir_fd, CIRCULAR_SYMLINK), "Creating symlink %s/%s -> %s", tes… in setup()
531 if (symlinkat(CIRCULAR_SYMLINK_FROM, testdir_fd, CIRCULAR_SYMLINK) < 0) {