Searched refs:testDir1 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/kits/storage/
H A DDirectoryTest.cpp1169 const char *testDir1 = testDirname1; local
1171 execCommand(string("mkdir ") + testDir1);
1178 BDirectory dir(testDir1);
1188 CPPUNIT_ASSERT( dir.SetTo(testDir1) == B_OK );
1198 CPPUNIT_ASSERT( dir.SetTo(testDir1) == B_OK );
1208 CPPUNIT_ASSERT( dir.SetTo(testDir1) == B_OK );
1213 string dirPathName(string(testDir1) + "/");
1248 CPPUNIT_ASSERT( dir.SetTo(testDir1) == B_OK );
1264 CPPUNIT_ASSERT( dir.SetTo(testDir1) == B_OK );
1274 CPPUNIT_ASSERT( dir.SetTo(testDir1)
1772 const char *testDir1 = testDirname1; local
[all...]
H A DQueryTest.cpp1410 QueryTestEntry testDir1(dir1 + "testDirArgh", B_DIRECTORY_NODE);
1419 &testDir1, &testDir2, &testFile1, &testFile2,
1424 &testDir1, &testFile1, &testLink1
1455 QueryTestEntry testDir1(dir1 + "testDir1", B_DIRECTORY_NODE);
1465 &testDir1, &testDir2, &testFile1, &testFile2,

Completed in 41 milliseconds