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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp385 // InitTest1DirPaths
387 EntryTest::InitTest1DirPaths(TestEntry &_testEntry, status_t error, function in class:EntryTest
656 InitTest1DirPaths(dir1, B_OK);
657 InitTest1DirPaths(dir2, B_OK);
658 InitTest1DirPaths(file1, B_OK);
659 InitTest1DirPaths(subDir1, B_OK);
660 InitTest1DirPaths(abstractEntry1, B_OK);
661 InitTest1DirPaths(badEntry1, B_ENTRY_NOT_FOUND);
662 InitTest1DirPaths(absDirLink1, B_OK);
663 InitTest1DirPaths(absDirLink
[all...]
H A DEntryTest.h34 void InitTest1DirPaths(TestEntry &testEntry, status_t error,

Completed in 61 milliseconds