Home
last modified time | relevance | path

Searched refs:VERIFY_MSG (Results 1 - 1 of 1) sorted by relevance

/test/xts/hats/hdf/display/buffer/moduletest/
H A Ddisplay_buffer_mt.cpp51 const char VERIFY_MSG[] = "12345678, (*~*)"; in WriteBuffer() local
53 int strSize = strlen(VERIFY_MSG) + 1; in WriteBuffer()
62 errno_t ret = memcpy_s(&ptr[i], sizeof(VERIFY_MSG), VERIFY_MSG, sizeof(VERIFY_MSG)); in WriteBuffer()
79 if (strncmp(VERIFY_MSG, &ptr[i], sizeof(VERIFY_MSG)) != 0) { in WriteBuffer()

Completed in 2 milliseconds