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