commit | 4d213239cc2b6c5d2bf6f76c34acb58d2276d068 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 01 13:35:44 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 01 13:35:44 2015 -0700 |
tree | 6e75a944fdd9d26cbb8c73fe4d2d683fbc8e7216 | |
parent | da4177e11fcbb65142ddf9a5da5583f0c1f6bc09 [diff] |
Use O_BINARY in base/file for Windows. This matches the behavior of the google3/Chrome APIs. It's probably what you want in all cases except where you plan on calling Split(content, "\n"), but we should probably have something like simpleperf's LineReader for that anyway. Change-Id: I1a128ed8c328bc95b0b2ef4068a65a8562721418