Searched defs:ENOENT (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 13 #define ENOENT 2 /* 没有指定的文件或目录 No such file or directory. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 14 ENOENT = 2, enumerator |