Searched refs:fat_bytes (Results 1 – 1 of 1) sorted by relevance
224 fat_bytes = reinterpret_cast<const uint8_t *>(contents.data()); in ReadFat()226 EXPECT_TRUE(reader.Read(fat_bytes, contents.size())); in ReadFat()235 EXPECT_FALSE(reader.Read(fat_bytes, contents.size())); in ReadFat()241 const uint8_t *fat_bytes; member