Searched defs:EEXIST (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 29 #define EEXIST 17 /* 文件已存在 File exists. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 46 EEXIST = 17, enumerator |