Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp279 auto properties_entry_length = properties_entry.uncompressed_length; in ExtractPayloadProperties() local
280 if (properties_entry_length > std::numeric_limits<size_t>::max()) { in ExtractPayloadProperties()
283 << properties_entry_length; in ExtractPayloadProperties()
286 std::string payload_properties(properties_entry_length, '\0'); in ExtractPayloadProperties()
289 properties_entry_length); in ExtractPayloadProperties()