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

/haiku/src/tests/kits/storage/
H A DStatableTest.cpp34 BStatable *statable; local
39 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
41 CPPUNIT_ASSERT( statable->GetStat(&st1) == B_OK );
49 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
51 CPPUNIT_ASSERT( statable->GetStat(&st1) == B_NO_INIT );
57 for (testEntries.rewind(); testEntries.getNext(statable, entryName); )
58 CPPUNIT_ASSERT( statable->GetStat(NULL) != B_OK );
67 BStatable *statable; local
72 for (testEntries.rewind(); testEntries.getNext(statable, entryName); ) {
75 CPPUNIT_ASSERT( statable
96 BStatable *statable; local
191 BStatable *statable; local
[all...]

Completed in 30 milliseconds