gvisor/pkg/fspath
Jamie Liu 471b15b212 Port most syscalls to VFS2.
pipe and pipe2 aren't ported, pending a slight rework of pipe FDs for VFS2.
mount and umount2 aren't ported out of temporary laziness. access and faccessat
need additional FSImpl methods to implement properly, but are stubbed to
prevent googletest from CHECK-failing. Other syscalls require additional
plumbing.

Updates #1623

PiperOrigin-RevId: 297188448
2020-02-25 13:37:34 -08:00
..
BUILD Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
builder.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
builder_test.go Sentry virtual filesystem, v2 2019-07-18 15:10:29 -07:00
fspath.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
fspath_test.go Clean up vfs.FilesystemImpl methods that operate on parent directories. 2019-12-23 13:18:39 -08:00