| 2943 | } |
| 2944 | |
| 2945 | int |
| 2946 | sys___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 |
nothing calls this directly
no test coverage detected