Home
last modified time | relevance | path

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

/DragonOS/kernel/src/common/
H A Derrno.h48 #define ENAMETOOLONG 36 /* 文件名过长 Filename too long. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs84 ENAMETOOLONG = 36, enumerator