Searched refs:pwrite (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/port/win/ |
| D | io_win.cc | 70 Status pwrite(const WinFileData* file_data, const Slice& data, in pwrite() function 785 s = pwrite(file_data_, data, next_write_offset_, bytes_written); in AppendImpl() 829 Status s = pwrite(file_data_, data, offset, bytes_written); in PositionedAppendImpl()
|
| D | io_win.h | 48 Status pwrite(const WinFileData* file_data, const Slice& data,
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 62 * Replace `pread/pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure. 71 …pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure so we can atomically seek to the pos…
|
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 129 ssize_t done = pwrite(fd, src, bytes_to_write, offset); in PosixPositionedWrite()
|