Searched refs:PosixRandomRWFile (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 1374 PosixRandomRWFile::PosixRandomRWFile(const std::string& fname, int fd, in PosixRandomRWFile() function in ROCKSDB_NAMESPACE::PosixRandomRWFile 1378 PosixRandomRWFile::~PosixRandomRWFile() { in ~PosixRandomRWFile() 1384 IOStatus PosixRandomRWFile::Write(uint64_t offset, const Slice& data, in Write() 1398 IOStatus PosixRandomRWFile::Read(uint64_t offset, size_t n, in Read() 1429 IOStatus PosixRandomRWFile::Flush(const IOOptions& /*opts*/, in Flush() 1434 IOStatus PosixRandomRWFile::Sync(const IOOptions& /*opts*/, in Sync() 1442 IOStatus PosixRandomRWFile::Fsync(const IOOptions& /*opts*/, in Fsync() 1450 IOStatus PosixRandomRWFile::Close(const IOOptions& /*opts*/, in Close()
|
| D | io_posix.h | 347 class PosixRandomRWFile : public FSRandomRWFile { 349 explicit PosixRandomRWFile(const std::string& fname, int fd, 351 virtual ~PosixRandomRWFile();
|
| D | fs_posix.cc | 482 result->reset(new PosixRandomRWFile(fname, fd, options)); in NewRandomRWFile()
|
| D | env_test.cc | 1725 TEST_P(EnvPosixTestWithParam, PosixRandomRWFile) { in TEST_P() argument
|