Searched refs:race_mount_path (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/vfs/ |
| H A D | resolve_beneath.c | 1192 static char race_mount_path[MAXPATHLEN]; variable 1199 if (mount("devfs", race_mount_path, 0, NULL) == 0) { in mounter_thread() 1201 unmount(race_mount_path, MNT_FORCE); in mounter_thread() 1207 unmount(race_mount_path, MNT_FORCE); in mounter_thread() 1226 snprintf(race_mount_path, sizeof(race_mount_path), "%s/beneath", testdir); 1229 T_ASSERT_POSIX_SUCCESS(mkdir(race_mount_path, 0777), "Creating mount point %s", race_mount_path); 1232 …_ASSERT_POSIX_SUCCESS((underfd = open(race_mount_path, O_SEARCH, 0777)), "Opening mount point %s",… 1269 rmdir(race_mount_path);
|