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

Function sys_rmdir

freebsd/kern/vfs_syscalls.c:3802–3808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3800};
3801#endif
3802int
3803sys_rmdir(struct thread *td, struct rmdir_args *uap)
3804{
3805
3806 return (kern_frmdirat(td, AT_FDCWD, uap->path, FD_NONE, UIO_USERSPACE,
3807 0));
3808}
3809
3810int
3811kern_frmdirat(struct thread *td, int dfd, const char *path, int fd,

Callers

nothing calls this directly

Calls 1

kern_frmdiratFunction · 0.85

Tested by

no test coverage detected