Searched defs:ENOTEMPTY (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | errno.h | 51 #define ENOTEMPTY 39 /* 目录非空 Directory not empty. */ macro |
/DragonOS/kernel/crates/system_error/src/ | ||
H A D | lib.rs | 90 ENOTEMPTY = 39, enumerator |