Home
last modified time | relevance | path

Searched refs:getFlashInfo (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drktools.h37 int getFlashInfo (size_t *total_size, size_t *block_size, size_t *page_size);
H A Drktools.c245 int getFlashInfo (size_t *total_size, size_t *block_size, size_t *page_size) in getFlashInfo() function
H A Drkboot.c337 if (getFlashInfo(NULL, &uiFlashBlockSize, &uiFlashPageSize) != 0) { in download_loader()
H A Dflash_image.c744 if (getFlashInfo(NULL, &block_size, NULL) != 0) { in flash_bootloader()