mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
I started (https://codereview.chromium.org/812403002/) emulating oflag values on Windows in FileWriter, but it seemed awkward. On the assumption that we're only likely to need "read a file" and "write a file" this seemed simpler, and sufficient (but I don't know if that's necessarily true). Users of open are not yet switched. R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/818433002