Searched refs:properties_entry (Results 1 – 1 of 1) sorted by relevance
274 ZipEntry64 properties_entry; in ExtractPayloadProperties() local275 if (FindEntry(zip, AB_OTA_PAYLOAD_PROPERTIES, &properties_entry) != 0) { in ExtractPayloadProperties()279 auto properties_entry_length = properties_entry.uncompressed_length; in ExtractPayloadProperties()288 ExtractToMemory(zip, &properties_entry, reinterpret_cast<uint8_t*>(payload_properties.data()), in ExtractPayloadProperties()