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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp66 static TestEntry dir1; variable
251 &dir1, &dir2, &file1, &subDir1,
457 InitTest1Paths(dir1, B_OK);
502 InitTest1Paths(dir1, B_OK, true);
568 InitTest1Refs(dir1, B_OK);
608 InitTest1Refs(dir1, B_OK, true);
656 InitTest1DirPaths(dir1, B_OK);
704 InitTest1DirPaths(dir1, B_OK, true);
934 InitTest2Paths(dir1, B_OK);
979 InitTest2Paths(dir1, B_O
[all...]
H A DQueryTest.cpp412 // + dir1
438 static QueryTestEntry dir1(mountPoint + "dir1", B_DIRECTORY_NODE);
439 static QueryTestEntry subdir11(dir1 + "subdir11", B_DIRECTORY_NODE);
440 static QueryTestEntry subdir12(dir1 + "subdir12", B_DIRECTORY_NODE);
441 static QueryTestEntry file11(dir1 + "file11", B_FILE_NODE);
442 static QueryTestEntry file12(dir1 + "file12", B_FILE_NODE);
443 static QueryTestEntry link11(dir1 + "link11", B_SYMLINK_NODE, &file11);
465 &dir1, &subdir11, &subdir12, &file11, &file12, &link11,
1410 QueryTestEntry testDir1(dir1
[all...]

Completed in 106 milliseconds