Searched refs:ErrCodeToStr (Results 1 – 1 of 1) sorted by relevance
351 static const CHAR16* const ErrCodeToStr[] __initconstrel = { in PrintErrMesg() local371 if( (ErrIdx < ARRAY_SIZE(ErrCodeToStr)) && ErrCodeToStr[ErrIdx] ) in PrintErrMesg()372 mesg = ErrCodeToStr[ErrIdx]; in PrintErrMesg()
Completed in 11 milliseconds