Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodedstreamtest.cpp232 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength); in CompareFile() local
233 …bool ret = (expectedLength == actualLength) && memcmp(expectedBuffer, actualBuffer, actualLength) … in CompareFile()
235 free(expectedBuffer); in CompareFile()
241 char* expectedBuffer = ReadFile(expectedFilename, true, &expectedLength); in CompareBufferFile() local
242 …bool ret = (expectedLength == actualLength) && memcmp(expectedBuffer, actualBuffer, actualLength) … in CompareBufferFile()
243 free(expectedBuffer); in CompareBufferFile()