Searched refs:SUPER_VBMETA_HEADER_SIZE (Results 1 – 5 of 5) sorted by relevance
51 EXPECT_EQ(table->header.header_size, SUPER_VBMETA_HEADER_SIZE); in TEST()53 SUPER_VBMETA_HEADER_SIZE + SUPER_VBMETA_DESCRIPTOR_SIZE * 3 + 33); in TEST()
31 #define SUPER_VBMETA_HEADER_SIZE sizeof(SuperVBMetaHeader) macro
60 std::make_unique<uint8_t[]>(SUPER_VBMETA_HEADER_SIZE); in ReadVBMetaTable()61 if (!android::base::ReadFullyAtOffset(fd, header_buffer.get(), SUPER_VBMETA_HEADER_SIZE, in ReadVBMetaTable()
31 table.append(reinterpret_cast<const char*>(&input.header), SUPER_VBMETA_HEADER_SIZE); in SerializeVBMetaTable()
146 table_.header.header_size = SUPER_VBMETA_HEADER_SIZE; in ExportVBMetaTable()147 table_.header.total_size = SUPER_VBMETA_HEADER_SIZE + descriptors_size; in ExportVBMetaTable()