commit | d189fa5477180c595322fa765d9705e93017adeb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 11 01:05:48 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 11 01:05:48 2024 +0000 |
tree | 42fec534db68dcc7e5dbae78e5d28c607e257f85 | |
parent | d75d35b393d3a679f992dbc455829d7275c7fd65 [diff] |
FileSystemUtils: don't use bionic implementation details to align. There are perfectly good clang builtins that we want to remove the bionic stuff in favor of. Also, friends don't let friends print raw errno integers (which differ between architectures) when it's less code to print the actual error message. Change-Id: I3e9664c60c06001e3185868b000c79a62effe991