Home
last modified time | relevance | path

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

/drivers/liteos/hievent/src/
Dhiview_hievent.c476 char *strptr = str; in HiviewHieventWriteLogException() local
482 tempchr = strptr[EVENT_INFO_PACK_BUF_LEN - 1]; in HiviewHieventWriteLogException()
483 strptr[EVENT_INFO_PACK_BUF_LEN - 1] = '\0'; in HiviewHieventWriteLogException()
485 strptr, EVENT_INFO_PACK_BUF_LEN); in HiviewHieventWriteLogException()
487 strptr += (EVENT_INFO_PACK_BUF_LEN - 1); in HiviewHieventWriteLogException()
488 strptr[0] = tempchr; in HiviewHieventWriteLogException()
492 strptr, leftBufLen); in HiviewHieventWriteLogException()