| D | random_access_file_reader_test.cc | 48 auto s = fs_->NewRandomAccessFile(Path(".direct"), opt, &f, nullptr); in IsDirectIOSupported() 54 ASSERT_OK(fs_->NewWritableFile(Path(fname), FileOptions(), &f, nullptr)); in Write() 61 std::string fpath = Path(fname); in Read() 84 std::string Path(const std::string& fname) { in Path() function in ROCKSDB_NAMESPACE::RandomAccessFileReaderTest 94 EXPECT_OK(fs_->DeleteFile(Path(f), IOOptions(), nullptr)); in GetAlignment()
|