[NativeFS] Fix writing to files on ChromeOS.
Create FileSystemURL for swap file based on virtual_path and mount_type of original entry, rather than based on path and type. To make things more complicated, it isn't always possible to create the swap file in the same file system as the original file, as the file might be part of a single-file isolated file system. In that case we create a new single-file isolated file system for the swap file. Bug: 993597 Change-Id: Iaf13787ab7d274be91e4d45b6fc7ef5ed666dbff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1766454 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#690165}
Showing
Please register or sign in to comment