Searched refs:mallmscolors (Results 1 – 1 of 1) sorted by relevance
774 BMallocIO mallmscolors; in IdentifyTest() local775 mallmscolors.Seek(0, SEEK_SET); in IdentifyTest()776 CPPUNIT_ASSERT(mallmscolors.Write(&fheader.magic, 2) == 2); in IdentifyTest()777 CPPUNIT_ASSERT(mallmscolors.Write(&fheader.fileSize, 4) == 4); in IdentifyTest()778 CPPUNIT_ASSERT(mallmscolors.Write(&fheader.reserved, 4) == 4); in IdentifyTest()779 CPPUNIT_ASSERT(mallmscolors.Write(&fheader.dataOffset, 4) == 4); in IdentifyTest()780 CPPUNIT_ASSERT(mallmscolors.Write(&msheader, 40) == 40); in IdentifyTest()781 CPPUNIT_ASSERT(proster->Identify(&mallmscolors, NULL, &ti) == B_NO_TRANSLATOR); in IdentifyTest()