MCPcopy
hub / github.com/cilium/ebpf / Fsopen

Function Fsopen

internal/unix/types_linux.go:251–253  ·  view source on GitHub ↗
(fsname string, flags int)

Source from the content-addressed store, hash-verified

249}
250
251func Fsopen(fsname string, flags int) (fd int, err error) {
252 return linux.Fsopen(fsname, flags)
253}
254
255func FsconfigSetString(fd int, key string, value string) error {
256 return linux.FsconfigSetString(fd, key, value)

Callers 1

setupChildExecFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…