Searched refs:testEntry (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/storage/
H A DEntryTest.h30 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,
57 void RenameTestDir(TestEntry *testEntry, TestEntr
[all...]
H A DEntryTest.cpp263 TestEntry *testEntry = testEntries[i]; local
264 const char *filename = testEntry->cpath;
295 examine_entry(BEntry &entry, TestEntry *testEntry, bool traverse) argument
298 testEntry = resolve_link(testEntry);
300 CPPUNIT_ASSERT( entry.Exists() == testEntry->isConcrete() );
304 CPPUNIT_ASSERT( path == testEntry->cpath );
308 CPPUNIT_ASSERT( testEntry->name == name );
314 CPPUNIT_ASSERT( path == testEntry->super->cpath );
323 CPPUNIT_ASSERT( path == testEntry
336 TestEntry *testEntry = &_testEntry; local
370 TestEntry *testEntry = &_testEntry; local
390 TestEntry *testEntry = &_testEntry; local
816 TestEntry *testEntry = &_testEntry; local
851 TestEntry *testEntry = &_testEntry; local
872 TestEntry *testEntry = &_testEntry; local
1413 RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, string newName, bool existing, bool clobber, status_t error, uint32 kind) argument
1488 RenameTestEntry(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error, uint32 kind) argument
1506 RenameTestFile(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1515 RenameTestDir(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1524 RenameTestLink(TestEntry *testEntry, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1634 MoveToTestEntry(TestEntry *testEntry, TestEntry *testDir, string newName, bool existing, bool clobber, status_t error, uint32 kind) argument
1727 MoveToTestEntry(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error, uint32 kind) argument
1747 MoveToTestFile(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1757 MoveToTestDir(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1767 MoveToTestLink(TestEntry *testEntry, TestEntry *testDir, TestEntry *newTestEntry, bool existing, bool clobber, status_t error) argument
1962 compareEntries(const BEntry &entry, const BEntry &entry2, const TestEntry *testEntry, const TestEntry *testEntry2, bool traversed, bool traversed2) argument
2025 TestEntry *testEntry = testEntries[i]; local
2076 TestEntry *testEntry = testEntries[i]; local
2110 TestEntry *testEntry = testEntries[i]; local
2175 TestEntry *testEntry = testEntries[i]; local
[all...]
/haiku/src/kits/mail/
H A DMailSettings.cpp963 BEntry testEntry(testPath.Path());
964 if (!testEntry.Exists()) {

Completed in 55 milliseconds