Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp692 uint8_t *pDst = nullptr; in ReadBinFile() local
709 pDst = new uint8_t[nFileSize + 1](); // tail \0 in ReadBinFile()
710 if (!pDst) { in ReadBinFile()
719pDst = reinterpret_cast<uint8_t *>(buf); // The first address of the static array is the array ad… in ReadBinFile()
724 uv_buf_t rbf = uv_buf_init((char *)pDst, readMax); in ReadBinFile()
747 delete[] pDst; in ReadBinFile()
751 *buf = pDst; in ReadBinFile()