Searched refs:fullBlocks (Results 1 – 1 of 1) sorted by relevance
514 const auto fullBlocks = buffer->size() / INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs() local515 for (int i = 0; i < fullBlocks; ++i) { in flashToIncFs()527 const auto remain = buffer->size() - fullBlocks * INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs()