Searched refs:xz_header (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_param.c | 123 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 D | ota_hal_vfs_param.c | 208 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 D | ota_hal_ctrl.c | 50 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 D | xzupdater.c | 61 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 D | xz_export.c | 50 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 7 milliseconds