commit | 15e98464736c331509733edc07a1ce01602d8a54 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Wed Aug 28 19:27:09 2024 +0000 |
committer | Daniel Zheng <zhengdaniel@google.com> | Wed Aug 28 19:27:09 2024 +0000 |
tree | aada99afe4c76cd6a3ad122a56983d27cadd48c2 | |
parent | a7eb62c896f908f6d6d1a52eb3247d92076de90b [diff] |
isBlockAligned to use uint64_t We want to avoid the usage of size_t for any integer value that could exceed 2^32 (for 32 bit platforms). Let's update the usage here for future compatibilty and avoid silent truncation failures. Bug: 361048795 Test: th Change-Id: I9ce2ca21706270a218f06f7d2b7dc9fade185a68