MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys___realpathat

Function sys___realpathat

freebsd/kern/vfs_cache.c:2945–2951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2943}
2944
2945int
2946sys___realpathat(struct thread *td, struct __realpathat_args *uap)
2947{
2948
2949 return (kern___realpathat(td, uap->fd, uap->path, uap->buf, uap->size,
2950 uap->flags, UIO_USERSPACE));
2951}
2952
2953/*
2954 * Retrieve the full filesystem path that correspond to a vnode from the name

Callers

nothing calls this directly

Calls 1

kern___realpathatFunction · 0.85

Tested by

no test coverage detected