Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp302 int32 countFound1, countFound2; in operator ==() local
307 err = msg2.GetInfo(name, &typeFound2, &countFound2); in operator ==()
309 err = (typeFound1 == typeFound2 && countFound1 == countFound2 ? B_OK : B_ERROR); in operator ==()