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

/haiku-fatelf/src/tests/kits/storage/
H A DEntryTest.cpp62 static TestEntry dir2; variable
247 &dir1, &dir2, &file1, &subDir1,
454 InitTest1Paths(dir2, B_OK);
499 InitTest1Paths(dir2, B_OK, true);
565 InitTest1Refs(dir2, B_OK);
605 InitTest1Refs(dir2, B_OK, true);
653 InitTest1DirPaths(dir2, B_OK);
701 InitTest1DirPaths(dir2, B_OK, true);
931 InitTest2Paths(dir2, B_OK);
976 InitTest2Paths(dir2, B_O
[all...]
H A DDirectoryTest.cpp1213 entryName = ("dir2");
1711 BDirectory dir2(dir);
1713 CPPUNIT_ASSERT( equals(dir2.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
1720 BDirectory dir2(dir);
1721 CPPUNIT_ASSERT( dir2.InitCheck() == B_OK );
1729 BDirectory dir2; local
1730 dir2 = dir;
1732 CPPUNIT_ASSERT( equals(dir2.InitCheck(), B_BAD_VALUE, B_NO_INIT) );
1737 BDirectory dir2(existing);
1738 CPPUNIT_ASSERT( dir2
1748 BDirectory dir2; local
[all...]
H A DQueryTest.cpp415 // + dir2
441 static QueryTestEntry dir2(mountPoint + "dir2", B_DIRECTORY_NODE);
442 static QueryTestEntry subdir21(dir2 + "subdir21", B_DIRECTORY_NODE);
443 static QueryTestEntry subdir22(dir2 + "subdir22", B_DIRECTORY_NODE);
444 static QueryTestEntry subdir23(dir2 + "subdir23", B_DIRECTORY_NODE);
445 static QueryTestEntry file21(dir2 + "file21", B_FILE_NODE);
446 static QueryTestEntry file22(dir2 + "file22", B_FILE_NODE);
447 static QueryTestEntry link21(dir2 + "link21", B_SYMLINK_NODE, &file12);
463 &dir2,
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathPlane.h239 Vec3<T> dir2 = dir1 % plane.normal; local
243 (point + dir2) * M,

Completed in 106 milliseconds