Home
last modified time | relevance | path

Searched refs:countFound1 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp302 int32 countFound1, countFound2; in operator ==() local
305 err = msg1.GetInfo(B_ANY_TYPE, i, &name, &typeFound1, &countFound1); in operator ==()
309 err = (typeFound1 == typeFound2 && countFound1 == countFound2 ? B_OK : B_ERROR); in operator ==()
312 for (int j = 0; j < countFound1; j++) { in operator ==()