Searched refs:bufRemote (Results 1 – 1 of 1) sorted by relevance
136 uint8_t *bufRemote = nullptr; in TestFileCommand() local149 …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()