Searched refs:xz_flash_write_data (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ota/tools/xz/include/ |
A D | xz_hal_plat.h | 19 int xz_flash_write_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buf, u…
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_hal_plat.c | 19 int xz_flash_write_data(hal_partition_t flash_partition, unsigned int offset, unsigned char *buffer… in xz_flash_write_data() function
|
A D | xz_export.c | 133 err = xz_flash_write_data(des_partition, write_offset, out_buf, b.out_pos); in copy_xz() 149 err = xz_flash_write_data(des_partition, write_offset, out_buf, b.out_pos); in copy_xz()
|
Completed in 4 milliseconds