Searched refs:xz_flash_read_data (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_export.c | 28 ret = xz_flash_read_data(src_partition, offset, data_buf, read_size); in xz_check_file_crc() 51 int ret = xz_flash_read_data(src_partition, offset, data_buf, 16); in xz_identify_xz_header() 112 err = xz_flash_read_data(src_partition, read_offset, in_buf, read_size); in copy_xz() 244 err = xz_flash_read_data(src_partition, read_src_offset, in_buf, read_size); in xz_verify_uncompress_file() 259 err = xz_flash_read_data(des_partition, read_des_offset, data_buf, b.out_pos); in xz_verify_uncompress_file() 270 err = xz_flash_read_data(des_partition, read_des_offset, data_buf, b.out_pos); in xz_verify_uncompress_file()
|
A D | xz_hal_plat.c | 11 int xz_flash_read_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buffer,… in xz_flash_read_data() function
|
/AliOS-Things-master/components/ota/tools/xz/include/ |
A D | xz_hal_plat.h | 18 int xz_flash_read_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buf, un…
|
Completed in 5 milliseconds