Searched defs:filePath (Results 1 – 3 of 3) sorted by relevance
47 public void open(final String filePath) throws RocksDBException { in open()75 private native void open(final long handle, final String filePath) in open()
58 public void open(final String filePath) throws RocksDBException { in open()261 private native void open(final long handle, final String filePath) in open()
42 auto filePath = dbname_ + "/" + *it; in TEST_F() local91 auto filePath = dbname_ + "/empty.empty"; in TEST_F() local