Searched refs:pread (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/port/win/ |
| D | io_win.cc | 106 Status pread(const WinFileData* file_data, char* src, size_t num_bytes, in pread() function 607 return pread(this, src, numBytes, offset, bytes_read); in PositionedReadInternal() 663 return pread(file_base_, src, numBytes, offset, bytes_read); in PositionedReadInternal()
|
| D | io_win.h | 51 Status pread(const WinFileData* file_data, char* src, size_t num_bytes,
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 62 * Replace `pread/pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure. 71 …pread/pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure so we can atomically seek to t…
|
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 269 r = pread(fd_, ptr, left, static_cast<off_t>(offset)); in PositionedRead() 580 r = pread(fd_, ptr, left, static_cast<off_t>(offset)); in Read() 1404 ssize_t done = pread(fd_, ptr, left, offset); in Read()
|