HomeSort by relevance Sort by last modified time
    Searched full:bytes_written_per_read (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
file_util_posix.cc 875 ssize_t bytes_written_per_read = 0; local
879 &buffer[bytes_written_per_read],
880 bytes_read - bytes_written_per_read));
885 bytes_written_per_read += bytes_written_partial;
886 } while (bytes_written_per_read < bytes_read);
  /external/chromium_org/base/
file_util_posix.cc 943 ssize_t bytes_written_per_read = 0; local
947 &buffer[bytes_written_per_read],
948 bytes_read - bytes_written_per_read));
953 bytes_written_per_read += bytes_written_partial;
954 } while (bytes_written_per_read < bytes_read);

Completed in 70 milliseconds