Lines Matching refs:ZBI_PARTITION_GUID_LEN
80 memset(config.partition_map.partitions[0].unique_guid, 11, ZBI_PARTITION_GUID_LEN); in ExportNandConfigTest()
89 memset(config.partition_map.partitions[2].unique_guid, 22, ZBI_PARTITION_GUID_LEN); in ExportNandConfigTest()
94 memset(expected.extra_partition_config[0].type_guid, 11, ZBI_PARTITION_GUID_LEN); in ExportNandConfigTest()
98 memset(expected.extra_partition_config[1].type_guid, 22, ZBI_PARTITION_GUID_LEN); in ExportNandConfigTest()
122 memset(config.partition_map.device_guid, 33, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
125 memset(config.partition_map.partitions[0].type_guid, 44, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
126 memset(config.partition_map.partitions[0].unique_guid, 45, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
133 memset(config.partition_map.partitions[2].type_guid, 55, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
134 memset(config.partition_map.partitions[2].unique_guid, 56, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
149 memset(expected->guid, 33, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
150 memset(expected->partitions[0].type_guid, 44, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
151 memset(expected->partitions[0].uniq_guid, 45, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
156 memset(expected->partitions[1].type_guid, 55, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()
157 memset(expected->partitions[1].uniq_guid, 56, ZBI_PARTITION_GUID_LEN); in ExportPartitionMapTest()