Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_mmap.cpp85 const uint8_t* actualBase = static_cast<const uint8_t*>(mmap_) + ptr; in Read() local
87 if (memcpy_s(val, actualLen, actualBase, actualLen) != 0) { in Read()