Home
last modified time | relevance | path

Searched refs:pwrite (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/port/win/
Dio_win.cc70 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()
Dio_win.h48 Status pwrite(const WinFileData* file_data, const Slice& data,
/rocksdb-6.9/
DWINDOWS_PORT.md62 * Replace `pread/pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure.
71pwrite` with `WriteFile/ReadFile` with `OVERLAPPED` structure so we can atomically seek to the pos…
/rocksdb-6.9/env/
Dio_posix.cc129 ssize_t done = pwrite(fd, src, bytes_to_write, offset); in PosixPositionedWrite()