commit | 5df00923536ccc75731e380828323681bb93c660 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Wed Mar 13 13:34:56 2019 -0700 |
committer | David Anderson <dvander@google.com> | Wed Mar 13 13:58:12 2019 -0700 |
tree | 7731bce549636c07f9cfc642803402fa3d7453a7 | |
parent | 9a00f596d3376ed750eb58cf07c04d575b540c2b [diff] |
libfiemap_writer: Fix the progress bar on VFAT partitions. We allocate VFAT file space by seeking and writing a single byte. It turns out this is not fast enough to avoid invoking the progress callback, so instead, we should seek in increments. Bug: 126230649 Test: fiemap_writer_test gtest Change-Id: I2b363af4ebde873411e8a3acd22ca68d175afe3f