Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.cc1374 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()
Dio_posix.h347 class PosixRandomRWFile : public FSRandomRWFile {
349 explicit PosixRandomRWFile(const std::string& fname, int fd,
351 virtual ~PosixRandomRWFile();
Dfs_posix.cc482 result->reset(new PosixRandomRWFile(fname, fd, options)); in NewRandomRWFile()
Denv_test.cc1725 TEST_P(EnvPosixTestWithParam, PosixRandomRWFile) { in TEST_P() argument