commit | 177dd4e4a59c6699efd31e02f041e80db403ffb8 | [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 | 493630541f95f9e7fa55034d98e893ad32a1eb8d [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