OSDN Git Service

Fix issue with 32 bit versions of asyncio
authorJerry Zhang <zhangjerry@google.com>
Tue, 3 Jan 2017 22:41:56 +0000 (14:41 -0800)
committerJerry Zhang <zhangjerry@google.com>
Thu, 5 Jan 2017 00:08:28 +0000 (16:08 -0800)
commit8e889ef487c1adb3a5a02ff41712fbca44fd449f
treed3d3c87b0a17acff0fa45f68bc24676eb2ae54f5
parent549e43194717a88bb987f006ba3330c3803325e5
Fix issue with 32 bit versions of asyncio

Assuming 64 bit long offsets caused 32 bit tests
to fail

Test: verified async_io_test passes on 32 and 64 bit
Bug: 33846003
Change-Id: I2db126068037f674beeacd5bc30364010c858350
media/mtp/AsyncIO.cpp