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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp812 // InitTest2Paths
814 EntryTest::InitTest2Paths(TestEntry &_testEntry, status_t error, bool traverse) function in class:EntryTest
934 InitTest2Paths(dir1, B_OK);
935 InitTest2Paths(dir2, B_OK);
936 InitTest2Paths(file1, B_OK);
937 InitTest2Paths(subDir1, B_OK);
938 InitTest2Paths(abstractEntry1, B_OK);
939 InitTest2Paths(badEntry1, B_ENTRY_NOT_FOUND);
940 InitTest2Paths(absDirLink1, B_OK);
941 InitTest2Paths(absDirLink
[all...]
H A DEntryTest.h38 void InitTest2Paths(TestEntry &testEntry, status_t error,

Completed in 37 milliseconds