Home
last modified time | relevance | path

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

/rocksdb-6.9/examples/
Dc_simple_example.c15 const char DBPath[] = "/tmp/rocksdb_simple_example"; variable
32 db = rocksdb_open(options, DBPath, &err); in main()
63 rocksdb_backup_engine_restore_db_from_latest_backup(be, DBPath, DBPath, in main()
68 db = rocksdb_open(options, DBPath, &err); in main()
/rocksdb-6.9/
DHISTORY.md1032 * DBOptions.db_paths now is a vector of a DBPath structure which indicates both of path and target …