Searched defs:errnoSys (Results 1 – 2 of 2) sorted by relevance
468 int32_t errnoSys = 0; variable486 int32_t errnoSys = EPERM; variable504 int32_t errnoSys = -EPERM; variable
66 int BError::GetCodeByErrno(int32_t errnoSys) in GetCodeByErrno()