Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h46 #define AT_FDCWD -100 macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfcntl.rs72 const AT_FDCWD = -100; constant