Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Dfcntl.h33 #define O_NOFOLLOW 00400000 // Do not follow symbolic links macro
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs104 const O_NOFOLLOW = 0o00400000; constant