Searched refs:WriteAtCurrentPos (Results 1 – 7 of 7) sorted by relevance
115 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File128 return WriteAtCurrentPos(data, size); in WriteAtCurrentPosNoBestEffort()
200 return WriteAtCurrentPos(data, size); in Write()220 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File
188 int WriteAtCurrentPos(const char* data, int size);
133 ssize_t bytes_written_partial = outfile->WriteAtCurrentPos( in CopyFileContents()
463 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()493 return num_bytes == file_.WriteAtCurrentPos(data, num_bytes); in WriteBytes()
609 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()
651 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()