HomeSort by relevance Sort by last modified time
    Searched refs:FLAGS_use_existing_db (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 65 static bool FLAGS_use_existing_db = false;
301 if (!FLAGS_use_existing_db) {
428 if (FLAGS_use_existing_db) {
db_bench_sqlite3.cc 70 static bool FLAGS_use_existing_db = false;
326 if (!FLAGS_use_existing_db) {
482 if (FLAGS_use_existing_db) {
684 FLAGS_use_existing_db = n;
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 100 static bool FLAGS_use_existing_db = false;
407 if (!FLAGS_use_existing_db) {
513 if (FLAGS_use_existing_db) {
693 options.create_if_missing = !FLAGS_use_existing_db;
944 FLAGS_use_existing_db = n;

Completed in 1328 milliseconds