Home
last modified time | relevance | path

Searched defs:AT_REMOVEDIR (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dfcntl.h49 #define AT_REMOVEDIR 0x200 /* Remove directory instead of unlinking file. */ macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs78 const AT_REMOVEDIR = 0x200; constant