Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vfs/
H A Dresolve_beneath.c91 #define SYMLINK_FROM "../outside_file.txt" macro
131 …RT_POSIX_SUCCESS(symlinkat(SYMLINK_FROM, testdir_fd, SYMLINK), "Creating symlink %s/%s -> %s", tes… in setup()
505 if (symlinkat(SYMLINK_FROM, testdir_fd, SYMLINK) < 0) {