Home
last modified time | relevance | path

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

/base/update/packaging_tools/
Dunpack_updater_package.py58 COMPONENT_SIZE_FMT = "I" variable
120 component_size = struct.unpack(COMPONENT_SIZE_FMT, component_size_buffer)
Dcreate_update_package.py67 COMPONENT_SIZE_FMT = "iI" variable
165 COMPONENT_SIZE_FMT, component.size, component.original_size)