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

Function shouldAllowEmptyPath

pkg/sentry/syscalls/linux/path.go:105–110  ·  view source on GitHub ↗
(allow bool)

Source from the content-addressed store, hash-verified

103}
104
105func shouldAllowEmptyPath(allow bool) shouldAllowEmptyPathType {
106 if allow {
107 return allowEmptyPath
108 }
109 return disallowEmptyPath
110}
111
112type shouldFollowFinalSymlink bool
113

Callers 5

accessAtFunction · 0.85
fchownatFunction · 0.85
UtimensatFunction · 0.85
MoveMountFunction · 0.85
OpenTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…