Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dbase.cpp1220 uint8_t *pDst = nullptr; in ReadBinFile() local
1237 pDst = new uint8_t[nFileSize + 1](); // tail \0 in ReadBinFile()
1238 if (!pDst) { in ReadBinFile()
1247 pDst = reinterpret_cast<uint8_t *>(buf); // The first address of the static array is the array address in ReadBinFile()
1252 uv_buf_t rbf = uv_buf_init((char *)pDst, readMax); in ReadBinFile()
1275 delete[] pDst; in ReadBinFile()
1279 *buf = pDst; in ReadBinFile()

Completed in 5 milliseconds