Home
last modified time | relevance | path

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

/third_party/gn/src/util/
H A Datomic_write.cc23 if (temp_file.WriteAtCurrentPos(data, size) != size) { in WriteFileAtomically()
/third_party/gn/src/base/files/
H A Dfile_win.cc115 int File::WriteAtCurrentPos(const char* data, int size) { in WriteAtCurrentPos() function in base::File
128 return WriteAtCurrentPos(data, size); in WriteAtCurrentPosNoBestEffort()
H A Dfile.h191 int WriteAtCurrentPos(const char* data, int size);
H A Dfile_util_posix.cc133 ssize_t bytes_written_partial = outfile->WriteAtCurrentPos( in CopyFileContents()
/third_party/skia/third_party/externals/zlib/google/
H A 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/
H A Dzip_reader.cc609 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc651 int bytes_written = file_->WriteAtCurrentPos(data, num_bytes); in WriteBytes()

Completed in 6 milliseconds