Searched refs:write_sparse_lba (Results 1 – 1 of 1) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 2757 bool write_sparse_lba(STRUCT_RKDEVICE_DESC &dev, UINT uiBegin, UINT uiSize, char *szFile) in write_sparse_lba() function 3257 bSuccess = write_sparse_lba(dev, (u32)uiBegin, (u32)-1, argv[3]); in handle_command() 3277 bSuccess = write_sparse_lba(dev, (u32)lba, (u32)(lba_end - lba + 1), argv[3]); in handle_command() 3300 bSuccess = write_sparse_lba(dev, part_offset, part_size, argv[3]); in handle_command()
|