Searched refs:DBPath (Results 1 – 2 of 2) sorted by relevance
15 const char DBPath[] = "/tmp/rocksdb_simple_example"; variable32 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()
1032 * DBOptions.db_paths now is a vector of a DBPath structure which indicates both of path and target …