Home
last modified time | relevance | path

Searched refs:ELIBACC (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h90 #define ELIBACC 79 /* 无法访问所需的共享库 Can not access a needed shared library */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs166 ELIBACC = 79, enumerator