Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DSstFileReader.java47 public void open(final String filePath) throws RocksDBException { in open()
75 private native void open(final long handle, final String filePath) in open()
DSstFileWriter.java58 public void open(final String filePath) throws RocksDBException { in open()
261 private native void open(final long handle, final String filePath) in open()
/rocksdb-6.9/db/
Ddb_encryption_test.cc42 auto filePath = dbname_ + "/" + *it; in TEST_F() local
91 auto filePath = dbname_ + "/empty.empty"; in TEST_F() local