Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.cc120 bool PosixPositionedWrite(int fd, const char* buf, size_t nbyte, off_t offset) { in PosixPositionedWrite() function
1170 if (!PosixPositionedWrite(fd_, src, nbytes, static_cast<off_t>(offset))) { in PositionedAppend()
1389 if (!PosixPositionedWrite(fd_, src, nbytes, static_cast<off_t>(offset))) { in Write()