Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drktools.h36 int getFlashSize(char *path, long long* flash_size, long long* block_num);
H A Drktools.c197 int getFlashSize(char *path, long long* flash_size, long long* block_num) in getFlashSize() function
H A Drkboot.c371 if (getFlashSize(dest_path, &m_FlashSize, &m_FlasBlockNum) != 0) { in download_loader()
H A Dflash_image.c675 if (getFlashSize(NULL, NULL, &block_num) != 0) { in flash_parameter()