Home | History | Annotate | Download | only in gold

Lines Matching defs:bytes_to_write

5284       size_t bytes_to_write = this->file_size_;
5286 while (bytes_to_write > 0)
5289 bytes_to_write);
5296 bytes_to_write -= bytes_written;