Searched refs:file3 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vfs/ |
| H A D | resolve_namespace.c | 255 char file_unique[PATH_MAX], file_unique_symlink[PATH_MAX], file3[PATH_MAX]; variable 260 snprintf(file3, sizeof(file3), "%s/%s", testdir_path, FILE3); 282 …FAILURE(link(file_unique, file3), ENOTCAPABLE, "Calling link() for %s, %s -> Should fail with ENOT… 283 …file_unique_symlink, file3), ENOTCAPABLE, "Calling rename() for %s, %s -> Should fail with ENOTCAP…
|