Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_memory.cpp31 const unsigned char *actualBase = static_cast<const unsigned char *>(data) + offset; in MemoryCopy() local
33 if (memcpy_s(dst, actualLen, actualBase, actualLen) != 0) { in MemoryCopy()