Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc224 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