Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp301 type_code typeFound1, typeFound2; in operator ==() local
307 err = msg2.GetInfo(name, &typeFound2, &countFound2); in operator ==()
309 err = (typeFound1 == typeFound2 && countFound1 == countFound2 ? B_OK : B_ERROR); in operator ==()
318 err = msg2.FindData(name, typeFound2, j, (const void**)&data2, &bytes2); in operator ==()