Lines Matching defs:testDir
99 DIR *testDir;
106 testDir = opendir(unlinkatNewDir1);
107 EXPECT_TRUE(testDir != nullptr);
109 dirEntry = readdir(testDir);
132 DIR *testDir;
139 testDir = opendir(unlinkatNewDir2);
140 EXPECT_TRUE(testDir != nullptr);
142 dirEntry = readdir(testDir);
204 DIR *testDir;
210 testDir = opendir(unlinkatNewDir3);
211 EXPECT_TRUE(testDir != nullptr);
213 dirEntry = readdir(testDir);