DescriptionCross platform low level file IO wrappers
Rename fd_io to file_io, and ReadFD to ReadFile, etc.
file_io.cc is the higher level versions that call the basic ReadFile/WriteFile
and then file_io_posix.cc and file_io_win.cc are the implementations of
those functions.
The Windows path is as yet untested, lacking the ability to link the test binary.
R=cpu@chromium.org, mark@chromium.org
BUG=crashpad:1
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/10165ce449849509b71687890e4ac32b1e5366af
Patch Set 1 #Patch Set 2 : Work towards cross-platform file IO #Patch Set 3 : fd to file #Patch Set 4 : remove clang-format change #Patch Set 5 : . #Patch Set 6 : closefd to closefile #Patch Set 7 : add _win #Patch Set 8 : comment #
Total comments: 5
Patch Set 9 : whitespace #
Total comments: 24
Patch Set 10 : various fixes #
Total comments: 13
Patch Set 11 : . #
Total comments: 4
Patch Set 12 : . #
Total comments: 1
Messages
Total messages: 29 (14 generated)
|