Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/vfs/
H A Dfreeable_vnodes.c24 static char *dlpaths[] = { variable
43 static char *dlpaths[] = { variable
53 static char *dlpaths[] = { variable
62 static char *dlpaths[] = { variable
236 for (i = 0; i < 5 && dlpaths[0] != NULL; i++) {
237 for (int j = 0; dlpaths[j] != NULL; j++) {
242 if (stat(dlpaths[j], &sb) != -1) {
244 T_ASSERT_POSIX_SUCCESS(dlpath_fd = open(dlpaths[j], O_RDONLY), NULL);
246 …ATH, &path), "path is %s, iteration number is %d and path number is %d", dlpaths[j], i + 1, j + 1);