Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp274 ZipEntry64 properties_entry; in ExtractPayloadProperties() local
275 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()