Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_win.cc74 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
95 return ReadAtCurrentPos(data, size); in ReadAtCurrentPosNoBestEffort()
Dfile.h171 int ReadAtCurrentPos(char* data, int size);
Dfile_posix.cc167 int File::ReadAtCurrentPos(char* data, int size) { in ReadAtCurrentPos() function in base::File
Dfile_util_posix.cc125 ssize_t bytes_read = infile->ReadAtCurrentPos(buffer.data(), buffer.size()); in CopyFileContents()
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc26 num_bytes = file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContentToZip()
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_writer.cc25 num_bytes = file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContentToZip()
/third_party/node/deps/zlib/google/
Dzip_writer.cc25 num_bytes = file.ReadAtCurrentPos(buf, zip::internal::kZipBufSize); in AddFileContentToZip()