Searched refs:file1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/vfs/ ! |
| H A D | openbyid_stress.c | 51 static char file1[PATH_MAX], file2[PATH_MAX]; variable 63 if (file1[0] != '\0') { in cleanup() 64 unlink(file1); in cleanup() 117 snprintf(file1, sizeof(file1), "%s/%s", dir1, "file"); 120 T_ASSERT_POSIX_SUCCESS((fd = open(file1, O_CREAT | O_RDWR, 0777)), "Creating %s", file1); 121 T_ASSERT_POSIX_SUCCESS(close(fd), "Closing %s", file1); 126 T_ASSERT_POSIX_SUCCESS(stat(file1, &buf_stat), "Calling stat() on %s", file1); 127 T_ASSERT_POSIX_SUCCESS(statfs(file1, &buf_statfs), "Calling statfs() on %s", file1);
|