Searched refs:binaryBuffer (Results 1 – 3 of 3) sorted by relevance
213 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment() local214 memcpy(binaryBuffer, buffer, bufferLen); in copyNanoappFragment()
130 uint8_t *binaryBuffer = static_cast<uint8_t *>(mAppBinary) + mBytesLoaded; in copyNanoappFragment() local131 memcpy(binaryBuffer, buffer, bufferLen); in copyNanoappFragment()
229 std::vector<uint8_t> binaryBuffer; in sendLoadNanoappRequest() local231 readFileContents(binaryPath, &binaryBuffer)) { in sendLoadNanoappRequest()244 targetApiVersion, appHeader->flags, binaryBuffer); in sendLoadNanoappRequest()