Support Windows FILE_FLAG_SEQUENTIAL_SCAN in base::File.
FILE_FLAG_SEQUENTIAL_SCAN is a hint to the system that a file will be read sequentially from beginning to end. It is required to pre-read modules efficiently. BUG=547794 Review URL: https://codereview.chromium.org/1424943006 Cr-Commit-Position: refs/heads/master@{#357151}
Showing
Please register or sign in to comment