Searched refs:bytes_written_per_read (Results 1 – 2 of 2) sorted by relevance
72 ssize_t bytes_written_per_read = 0; in CopyFile() local76 &buffer[bytes_written_per_read], in CopyFile()77 bytes_read - bytes_written_per_read)); in CopyFile()83 bytes_written_per_read += bytes_written_partial; in CopyFile()84 } while (bytes_written_per_read < bytes_read); in CopyFile()
165 ssize_t bytes_written_per_read = 0; in CopyFileContents() local168 &buffer[bytes_written_per_read], bytes_read - bytes_written_per_read); in CopyFileContents()172 bytes_written_per_read += bytes_written_partial; in CopyFileContents()173 } while (bytes_written_per_read < bytes_read); in CopyFileContents()