Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vfs/
H A Dresolve_beneath.c81 #define SYMLINK "test_dir/symlink" macro
127 …IX_SUCCESS(symlinkat(SYMLINK_FROM, testdir_fd, SYMLINK), "Creating symlink %s/%s -> %s", testdir, in setup()
145 unlinkat(testdir_fd, SYMLINK, 0); in cleanup()
503 if (symlinkat(SYMLINK_FROM, testdir_fd, SYMLINK) < 0) {
/xnu-12377.1.9/tests/
H A Dkqueue_file_tests.c65 SYMLINK, CHMOD, CHOWN, EXCHANGEDATA, RENAME, LSEEK, OPEN, MMAP, NOTHING, enumerator
155 case SYMLINK: in get_action_name()
371 case SYMLINK: in execute_action()
772 init_action(&(test.t_prep_actions[1]), NOSLEEP, SYMLINK, 2, (void*)FILE1, (void*)FILE2); in run_note_delete_tests()
905 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_write_tests()
923 init_action(&(test.t_prep_actions[1]), NOSLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_write_tests()
1278 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_attrib_tests()
1447 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DOTDOT, (void*)pathbuf); in run_note_link_tests()
1455 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)DIR1, (void*)FILE1); in run_note_link_tests()
1462 init_action(&test.t_helpthreadact, SLEEP, SYMLINK, 2, (void*)FILE1, (void*)FILE2); in run_note_link_tests()