Searched defs:ENOTDIR (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 32 #define ENOTDIR 20 /* 不是目录 Not a directory. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 52 ENOTDIR = 20, enumerator |