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

  /external/google-breakpad/src/common/tests/
file_utils.cc 72 ssize_t bytes_written_per_read = 0; local
76 &buffer[bytes_written_per_read],
77 bytes_read - bytes_written_per_read));
83 bytes_written_per_read += bytes_written_partial;
84 } while (bytes_written_per_read < bytes_read);
  /external/libchrome/base/files/
file_util_posix.cc 976 ssize_t bytes_written_per_read = 0; local
979 &buffer[bytes_written_per_read], bytes_read - bytes_written_per_read);
984 bytes_written_per_read += bytes_written_partial;
985 } while (bytes_written_per_read < bytes_read);

Completed in 990 milliseconds