Home
last modified time | relevance | path

Searched refs:SYS_UNLINK_AT (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.2/kernel/src/syscall/
Dsyscall_num.h36 #define SYS_UNLINK_AT 22 // 删除文件夹/删除文件链接 macro
/DragonOS-0.1.2/user/libs/libc/src/
Dunistd.c161 return syscall_invoke(SYS_UNLINK_AT, 0, (uint64_t)path, AT_REMOVEDIR, 0, 0, 0, 0, 0); in rmdir()
172 return syscall_invoke(SYS_UNLINK_AT, 0, (uint64_t)path, 0, 0, 0, 0, 0, 0); in rm()
/DragonOS-0.1.2/user/libs/libsystem/
Dsyscall.h30 #define SYS_UNLINK_AT 22 // 删除文件夹/删除文件链接 macro
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.0.md210 - SYS_UNLINK_AT 删除文件夹或删除文件链接