Home
last modified time | relevance | path

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

/developtools/hdc/src/test/
Dut_mod.cpp136 uint8_t *bufRemote = nullptr; in TestFileCommand() local
149 …izeRemote = Base::ReadBinFile(remoteFile.c_str(), reinterpret_cast<void **>(&bufRemote), 0)) < 0) { in TestFileCommand()
153 auto remoteHash = Md5Sum(bufRemote, sizeRemote); in TestFileCommand()
163 if (bufRemote) { in TestFileCommand()
164 delete[] bufRemote; in TestFileCommand()