Home
last modified time | relevance | path

Searched refs:bytes_written_per_read (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/base/files/
Dfile_util_posix.cc888 ssize_t bytes_written_per_read = 0; in CopyFileUnsafe() local
892 &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()