Searched refs:dir2 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp67 static TestEntry dir2; variable
251 &dir1, &dir2, &file1, &subDir1,
458 InitTest1Paths(dir2, B_OK);
503 InitTest1Paths(dir2, B_OK, true);
569 InitTest1Refs(dir2, B_OK);
609 InitTest1Refs(dir2, B_OK, true);
657 InitTest1DirPaths(dir2, B_OK);
705 InitTest1DirPaths(dir2, B_OK, true);
935 InitTest2Paths(dir2, B_OK);
980 InitTest2Paths(dir2, B_O
[all...]
H A DDirectoryTest.cpp1226 entryName = ("dir2");
1724 BDirectory dir2(dir);
1726 CPPUNIT_ASSERT( equals(dir2.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
1733 BDirectory dir2(dir);
1734 CPPUNIT_ASSERT( dir2.InitCheck() == B_OK );
1742 BDirectory dir2; local
1743 dir2 = dir;
1745 CPPUNIT_ASSERT( equals(dir2.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
1750 BDirectory dir2(existing);
1751 CPPUNIT_ASSERT( dir2
1761 BDirectory dir2; local
[all...]
H A DQueryTest.cpp418 // + dir2
444 static QueryTestEntry dir2(mountPoint + "dir2", B_DIRECTORY_NODE);
445 static QueryTestEntry subdir21(dir2 + "subdir21", B_DIRECTORY_NODE);
446 static QueryTestEntry subdir22(dir2 + "subdir22", B_DIRECTORY_NODE);
447 static QueryTestEntry subdir23(dir2 + "subdir23", B_DIRECTORY_NODE);
448 static QueryTestEntry file21(dir2 + "file21", B_FILE_NODE);
449 static QueryTestEntry file22(dir2 + "file22", B_FILE_NODE);
450 static QueryTestEntry link21(dir2 + "link21", B_SYMLINK_NODE, &file12);
466 &dir2,
[all...]

Completed in 47 milliseconds