Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/hal/
A Dota_hal_param.c123 unsigned char xz_header[6] = { 0xFD, '7', 'z', 'X', 'Z', 0x00 }; in ota_parse_ota_type() local
128 else if (memcmp(buf, xz_header, 6) == 0) { in ota_parse_ota_type()
A Dota_hal_vfs_param.c208 unsigned char xz_header[6] = { 0xFD, '7', 'z', 'X', 'Z', 0x00 }; in ota_parse_ota_type() local
213 else if (memcmp(buf, xz_header, 6) == 0) { in ota_parse_ota_type()
A Dota_hal_ctrl.c50 unsigned char xz_header[6] = { 0xFD, '7', 'z', 'X', 'Z', 0x00 }; in ota_write() local
53 } else if (memcmp(in_buf, xz_header, 6) == 0) { in ota_write()
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dxzupdater.c61 const unsigned char xz_header[6] = { 0xFD, '7', 'z', 'X', 'Z', 0x00 }; in ota_is_xz_header() local
66 if (!memcmp(data_buf, xz_header, 6)) { in ota_is_xz_header()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_export.c50 const unsigned char xz_header[6] = { 0xFD, '7', 'z', 'X', 'Z', 0x00 }; in xz_identify_xz_header() local
55 if (!memcmp(data_buf, xz_header, 6)) { in xz_identify_xz_header()

Completed in 8 milliseconds