rclone/cmd/cmount
Nick Craig-Wood 94adf4f43b cmount: translate FUSE open flags into OS flags
On Windows the fuse.O_* flags do not have the same values as the
os.O_* flags so translate between the two representations.  They are
mostly the same which is why this hasn't caused a problem before.
2017-11-20 12:46:22 +00:00
..
fs.go cmount: translate FUSE open flags into OS flags 2017-11-20 12:46:22 +00:00
mount.go cmount: use -o atomic_o_trunc to make sure O_TRUNC is supplied to Open() 2017-11-20 12:46:22 +00:00
mount_test.go mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
mount_unsupported.go Use build tags to control when and where cmount is built 2017-05-19 17:08:04 +01:00