Searched refs:bytes_written_per_read (Results 1 – 1 of 1) sorted by relevance
888 ssize_t bytes_written_per_read = 0; in CopyFileUnsafe() local892 &buffer[bytes_written_per_read], in CopyFileUnsafe()893 bytes_read - bytes_written_per_read)); in CopyFileUnsafe()898 bytes_written_per_read += bytes_written_partial; in CopyFileUnsafe()899 } while (bytes_written_per_read < bytes_read); in CopyFileUnsafe()