commit | f3282b4a7fda46dfb546f2822e0f2081b4ced7ff | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Apr 01 11:21:55 2015 -0700 |
committer | Tao Bao <tbao@google.com> | Fri May 08 15:53:27 2015 -0700 |
tree | 31a6aac86c0f1d104af5e698308c05626fec642c | |
parent | 821a554c1bd1758ba50596f223835a6da3bf6ecf [diff] |
Wrap zipfile.write(), writestr() and close() In order to work around the zip 2GiB limit, we need to wrap the related functions in zipfile. Calls to those functions should always be replaced with calls to the wrappers instead. Bug: 18015246 Change-Id: I499574cee51ec4804bc10cbefe0b17940afed918 (cherry picked from commit 2ed665a033c587b276b1615516e5354e2ace47cd)