Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_unity.cpp102 bool HdcHostUnity::AppendLocalLog(const char *bufLog, const int sizeLog) in AppendLocalLog() argument
104 auto buf = new uint8_t[sizeLog]; in AppendLocalLog()
121 if (memcpy_s(buf, sizeLog, bufLog, sizeLog)) { in AppendLocalLog()
123 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(buf), sizeLog); in AppendLocalLog()
125 opContext.fileBufIndex += sizeLog; in AppendLocalLog()
Dhost_unity.h46 bool AppendLocalLog(const char *bufLog, const int sizeLog);