Home
last modified time | relevance | path

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

/developtools/hdc/src/test/
Dut_mod.cpp135 uint8_t *bufLocal = nullptr; in TestFileCommand() local
146 …if ((sizeLocal = Base::ReadBinFile(localFile.c_str(), reinterpret_cast<void **>(&bufLocal), 0)) < … in TestFileCommand()
152 auto localHash = Md5Sum(bufLocal, sizeLocal); in TestFileCommand()
160 if (bufLocal) { in TestFileCommand()
161 delete[] bufLocal; in TestFileCommand()