Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert base::MemoryMappedFile to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-03 | 1 | -12/+7 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -2/+1 |
* | Include What You Use: #include <errno.h> where errno is used, or use DPLOG | mark@chromium.org | 2013-09-16 | 1 | -2/+2 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -0/+54 |