Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dmain.cpp2622 bool erase_ubi_block(STRUCT_RKDEVICE_DESC &dev, u32 uiOffset, u32 uiPartSize) in erase_ubi_block() function
3261 bSuccess = erase_ubi_block(dev, (u32)uiBegin, (u32)-1); in handle_command()
3283 bSuccess = erase_ubi_block(dev, (u32)lba, (u32)lba_end); in handle_command()
3285 bSuccess = erase_ubi_block(dev, (u32)lba, (u32)(lba_end - lba + 1)); in handle_command()
3305 bSuccess = erase_ubi_block(dev, part_offset, part_size); in handle_command()