Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_export.c28 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 Dxz_hal_plat.c11 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 Dxz_hal_plat.h18 int xz_flash_read_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buf, un…

Completed in 5 milliseconds