Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_encryption_test.cc43 std::unique_ptr<SequentialFile> seqFile; in TEST_F() local
45 status = defaultEnv->NewSequentialFile(filePath, &seqFile, envOptions); in TEST_F()
55 status = seqFile->Read(fileSize, &data, (char*)scratch.data()); in TEST_F()
100 std::unique_ptr<SequentialFile> seqFile; in TEST_F() local
101 status = defaultEnv->NewSequentialFile(filePath, &seqFile, envOptions); in TEST_F()
108 status = seqFile->Read(16, &data, (char*)scratch.data()); in TEST_F()