MCPcopy
hub / github.com/google/gvisor / opathFD

Struct opathFD

pkg/sentry/vfs/opath.go:30–34  ·  view source on GitHub ↗

opathFD implements FileDescriptionImpl for a file description opened with O_PATH. +stateify savable

Source from the content-addressed store, hash-verified

28//
29// +stateify savable
30type opathFD struct {
31 vfsfd FileDescription
32 FileDescriptionDefaultImpl
33 BadLockFD
34}
35
36// Release implements FileDescriptionImpl.Release.
37func (fd *opathFD) Release(context.Context) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected