Searched defs:ENAMETOOLONG (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 48 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 84 ENAMETOOLONG = 36, enumerator |