Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Dresolve_namespace.c74 #define DIR_SYMLINK "test_dir/dir_symlink" macro
95 unlinkat(testdir_fd, DIR_SYMLINK, 0); in cleanup()
125 …_SUCCESS(symlinkat(symlink_path, testdir_fd, DIR_SYMLINK), "Creating symbolic link %s ---> %s", DI… in setup()
262 …of(file_unique_symlink), "/.resolve/%d/%s/%s/%s", RESOLVE_UNIQUE, testdir_path, DIR_SYMLINK, FILE);