Searched refs:SYS_UNLINK_AT (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.7/kernel/src/syscall/ |
D | syscall_num.h | 36 #define SYS_UNLINK_AT 22 // 删除文件夹/删除文件链接 macro
|
/DragonOS-0.1.7/user/libs/libc/src/ |
D | unistd.c | 171 return syscall_invoke(SYS_UNLINK_AT, 0, (uint64_t)path, AT_REMOVEDIR, 0, 0, 0, 0, 0); in rmdir() 182 return syscall_invoke(SYS_UNLINK_AT, 0, (uint64_t)path, 0, 0, 0, 0, 0, 0); in rm()
|
/DragonOS-0.1.7/user/libs/libsystem/ |
D | syscall.h | 30 #define SYS_UNLINK_AT 22 // 删除文件夹/删除文件链接 macro
|
/DragonOS-0.1.7/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.0.md | 210 - SYS_UNLINK_AT 删除文件夹或删除文件链接
|