summaryrefslogtreecommitdiffstats
path: root/base/files/memory_mapped_file_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert base::MemoryMappedFile to use File instead of PlatformFile.rvargas@chromium.org2014-01-031-12/+7
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-031-2/+1
* Include What You Use: #include <errno.h> where errno is used, or use DPLOGmark@chromium.org2013-09-161-2/+2
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-0/+54