Searched refs:COPY_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
37 constexpr int COPY_BLOCK_SIZE = 4096; variable69 auto copyBuf = make_unique<char[]>(COPY_BLOCK_SIZE); in CopyFileCore()71 ssize_t readSize = read(srcFile.fdg.GetFD(), copyBuf.get(), COPY_BLOCK_SIZE); in CopyFileCore()81 if (readSize != COPY_BLOCK_SIZE) { in CopyFileCore()