Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_win.cc115 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File
128 return WriteAtCurrentPos(data, size); in WriteAtCurrentPosNoBestEffort()
Dfile_posix.cc200 return WriteAtCurrentPos(data, size); in Write()
220 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File
Dfile.h188 int WriteAtCurrentPos(const char* data, int size);
Dfile_util_posix.cc133 ssize_t bytes_written_partial = outfile->WriteAtCurrentPos( in CopyFileContents()
/third_party/skia/third_party/externals/zlib/google/
Dzip_reader.cc463 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()
493 return num_bytes == file_.WriteAtCurrentPos(data, num_bytes); in WriteBytes()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_reader.cc609 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()
/third_party/node/deps/zlib/google/
Dzip_reader.cc651 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()