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

Method HostMount

pkg/sentry/kernel/kernel.go:2127–2129  ·  view source on GitHub ↗

HostMount returns the hostfs mount.

()

Source from the content-addressed store, hash-verified

2125
2126// HostMount returns the hostfs mount.
2127func (k *Kernel) HostMount() *vfs.Mount {
2128 return k.hostMount
2129}
2130
2131// PipeMount returns the pipefs mount.
2132func (k *Kernel) PipeMount() *vfs.Mount {

Callers 6

execAsyncMethod · 0.80
ImportFunction · 0.80
fdsToHostFilesFunction · 0.80
importFDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected