Searched refs:TestEntry (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | EntryTest.h | 10 struct TestEntry; 30 void InitTest1Paths(TestEntry &testEntry, status_t error, 32 void InitTest1Refs(TestEntry &testEntry, status_t error, 34 void InitTest1DirPaths(TestEntry &testEntry, status_t error, 38 void InitTest2Paths(TestEntry &testEntry, status_t error, 40 void InitTest2Refs(TestEntry &testEntry, status_t error, 42 void InitTest2DirPaths(TestEntry &testEntry, status_t error, 49 void RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, 52 void RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, 55 void RenameTestFile(TestEntry *testEntry, TestEntry *newTestEntry, [all …]
|
H A D | EntryTest.cpp | 32 struct TestEntry { struct 33 TestEntry(); 35 void init(TestEntry &super, string name, test_entry_kind kind, 37 void initDir(TestEntry &super, string name); 38 void initFile(TestEntry &super, string name); 39 void initRLink(TestEntry &super, string name, TestEntry &target); 40 void initALink(TestEntry &super, string name, TestEntry &target); 48 TestEntry * super; argument 52 TestEntry * target; argument 62 static list<TestEntry*> allTestEntries; argument [all …]
|