Searched defs:imagesize (Results 1 - 1 of 1) sorted by relevance

/external/nos/host/generic/citadel/updater/
H A Dupdater.cpp315 uint32_t offset, uint32_t imagesize)
317 uint32_t stop = offset + imagesize;
321 CHIP_FLASH_BASE + offset, CHIP_FLASH_BASE + stop, imagesize);
314 try_update(AppClient &app, const std::vector<uint8_t> &image, uint32_t offset, uint32_t imagesize) argument

Completed in 161 milliseconds