commit | e6587cafc6f364668b5f35d3ae2090abf6643013 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon May 17 14:42:23 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon May 24 08:18:19 2021 +0900 |
tree | 23010d194369664e8bbe69cfec00cb20d1aa25d0 | |
parent | d40f7bb904bf80c8c97d79c37d8c785b470f4eaf [diff] |
zipfuse: supports zip on block device Add a test case to ensure that zipfuse works with a block device whose content is backed by a zip file. Fortunately, zip-rs already supports reading a zip file from a block device: it locates the end of central directory record by reverse-scanning a file from the end. Bug: 186377508 Test: cargo test (android test missing because we don't have the loopdevice crate for Android, which is fine) Change-Id: I8fbbfd18a2a0df2a550e3f679ba74ba603b59efd