Searched refs:moduleNameData (Results 1 – 1 of 1) sorted by relevance
386 auto moduleNameData = thread->GetEcmaVM()->GetNativeAreaAllocator()->AllocateBuffer(srcLength); in SetModuleDeregisterProcession() local387 …if (memcpy_s(moduleNameData, srcLength, moduleStr.c_str(), srcLength) != EOK) { // LCOV_EXCL_BR_LI… in SetModuleDeregisterProcession()391 char *tmpData = reinterpret_cast<char *>(moduleNameData); in SetModuleDeregisterProcession()395 …reinterpret_cast<void *>(moduleNameData), callback, reinterpret_cast<void *>(thread), false, srcLe… in SetModuleDeregisterProcession()