Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp350 size_t bufferStart = 0; in UnCompressDataProducer() local
360 …if (memcpy_s(stashBuffer.buffer + stashDataSize_, readLen, buffer.buffer + bufferStart, readLen) !… in UnCompressDataProducer()
366 bufferStart += readLen; in UnCompressDataProducer()
371 buffer.buffer + bufferStart, size) == 0) { in UnCompressDataProducer()
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp557 uint32_t bufferStart = sizeof(AppSpawnMsg); in GetAppProperty() local
562 block->buffer + bufferStart, block->currentIndex - bufferStart); in GetAppProperty()
568 currIndex += block->currentIndex - bufferStart; in GetAppProperty()
569 bufferStart = 0; in GetAppProperty()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp794 uintptr_t bufferStart = reinterpret_cast<uintptr_t>(_binary_jsMockSystemPlugin_abc_start); in LoadRuntimeEnv() local
796 const uint8_t *buffer = reinterpret_cast<const uint8_t*>(bufferStart); in LoadRuntimeEnv()
797 size_t size = bufferEnd - bufferStart; in LoadRuntimeEnv()