commit | 5886b749887ff8d8f80b32372d4ef76af67c0400 | [log] [tgz] |
---|---|---|
author | Tomasz Mikolajewski <mtomasz@google.com> | Mon Jan 30 15:16:15 2017 +0900 |
committer | Tomasz Mikolajewski <mtomasz@google.com> | Fri Feb 03 01:21:43 2017 +0000 |
tree | 55819221314d7a3235e1fb90325b5c19107501ab | |
parent | c53e82fdaa6be9332c59448b8d03646c86d889c9 [diff] |
Open archives in different modes separately. If an archive is opened for writing, and then for reading, we have to keep both opened. Until now, we'd only open one, and reuse the first instance for both, causing exceptions. Test: Tested manually. Bug: 20822019 Change-Id: I28eb2a67ca43ecc2d35fa9cfae4e20200e8a46bc (cherry picked from commit 777efaea1a7baacbd3eeb6a5ff223be642ba4b74)