Home
last modified time | relevance | path

Searched refs:SYS_rmdir (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/unistd/
Drmdir.c7 #ifdef SYS_rmdir in rmdir()
8 return syscall(SYS_rmdir, path); in rmdir()
/third_party/musl/src/stdio/
Dremove.c13 #ifdef SYS_rmdir in remove()
14 if (r==-EISDIR) r = __syscall(SYS_rmdir, path); in remove()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h450 #define SYS_rmdir 40 macro