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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp867 // InitTest2DirPaths
869 EntryTest::InitTest2DirPaths(TestEntry &_testEntry, status_t error, function in class:EntryTest
1128 InitTest2DirPaths(dir1, B_OK);
1129 InitTest2DirPaths(dir2, B_OK);
1130 InitTest2DirPaths(file1, B_OK);
1131 InitTest2DirPaths(subDir1, B_OK);
1132 InitTest2DirPaths(abstractEntry1, B_OK);
1133 InitTest2DirPaths(badEntry1, B_ENTRY_NOT_FOUND);
1134 InitTest2DirPaths(absDirLink1, B_OK);
1135 InitTest2DirPaths(absDirLink
[all...]
H A DEntryTest.h42 void InitTest2DirPaths(TestEntry &testEntry, status_t error,

Completed in 82 milliseconds