Searched refs:holeBuff (Results 1 – 1 of 1) sorted by relevance
1516 std::unique_ptr<uint8_t[]> holeBuff(new (std::nothrow) uint8_t[holeBufSize]()); in FillHoleData() local1517 if (holeBuff == nullptr) { in FillHoleData()1525 int32_t res = DoDlpFileWrite(holeStart + fillLen, holeBuff.get(), writeSize); in FillHoleData()