Searched refs:dlpaths (Results 1 – 1 of 1) sorted by relevance
24 static char *dlpaths[] = { variable43 static char *dlpaths[] = { variable53 static char *dlpaths[] = { variable62 static char *dlpaths[] = { variable236 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);