Home
last modified time | relevance | path

Searched refs:textE (Results 1 – 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_BasicEm/
DContext.c49 cpA->errStackE[ iL ].textE[ 0 ] = 0; in bbs_Context_init()
77 cpA->errStackE[ iL ].textE[ 0 ] = 0; in bbs_Context_exit()
159 bbs_vsnprintf( errorL.textE, bbs_ERROR_MAX_TEXT_CHARS, textA, argsL ); in bbs_Error_create()
164 errorL.textE[ 0 ] = 0; in bbs_Error_create()
DContext.h79 char textE[ bbs_ERROR_MAX_TEXT_CHARS ]; member
/external/neven/FaceRecEm/common/src/b_FDSDK/
DSDK.c214 if( msgBufA != NULL ) bbs_strncpy( msgBufA, errL.textE, msgBufSizeA ); in btk_SDK_getError()