commit | 01ae3f4157d01939ac9b51627f493fe6c21e8c44 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Wed Apr 01 17:04:09 2020 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Thu Apr 02 06:16:21 2020 +0000 |
tree | 323c1c446316bbe1709db8c5c8f4b44b88bdd8a9 | |
parent | 96d59d75322888f497e1240c109c37b0101e6f80 [diff] |
Change the parameter type of offset in read As we support zip64 in libziparchive, we change the parameter of the ReadAtOffset() in zip reader from uin32_t to off64_t. So the derived class needs to be updated as well. Bug: 150900468 Test: build Change-Id: Icbfd2dd54b01ff62da988ba8598c1057f9bb6368