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

/haiku/src/tests/kits/storage/
H A DEntryTest.cpp1963 const TestEntry *testEntry, const TestEntry *testEntry2,
1966 if (!testEntry->isBad() && !testEntry2->isBad()
1968 && (!traversed2 && testEntry2->isConcrete())) {
1969 //printf("compare: `%s', `%s'\n", testEntry->cpath, testEntry2->cpath);
1971 CPPUNIT_ASSERT( (entry == entry2) == (testEntry == testEntry2) );
1972 CPPUNIT_ASSERT( (entry == entry2) == (testEntry2 == testEntry) );
1973 CPPUNIT_ASSERT( (entry != entry2) == (testEntry != testEntry2) );
1974 CPPUNIT_ASSERT( (entry != entry2) == (testEntry2 != testEntry) );
2030 TestEntry *testEntry2 = testEntries[k]; local
2031 TestEntry *traversedTestEntry2 = resolve_link(testEntry2);
1962 compareEntries(const BEntry &entry, const BEntry &entry2, const TestEntry *testEntry, const TestEntry *testEntry2, bool traversed, bool traversed2) argument
2191 TestEntry *testEntry2 = testEntries[k]; local
[all...]

Completed in 81 milliseconds