Home
last modified time | relevance | path

Searched refs:bytes_written_partial (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_util_posix.cc133 ssize_t bytes_written_partial = outfile->WriteAtCurrentPos( in CopyFileContents() local
135 if (bytes_written_partial < 0) in CopyFileContents()
138 bytes_written_per_read += bytes_written_partial; in CopyFileContents()
570 for (ssize_t bytes_written_partial = 0; bytes_written_total < size; in WriteFileDescriptor()
571 bytes_written_total += bytes_written_partial) { in WriteFileDescriptor()
572 bytes_written_partial = HANDLE_EINTR( in WriteFileDescriptor()
574 if (bytes_written_partial < 0) in WriteFileDescriptor()

Completed in 2 milliseconds