OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default_db_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc
485
std::string
default_db_path
;
local
520
leveldb::Env::Default()->GetTestDirectory(&
default_db_path
);
521
default_db_path
+= "/dbbench";
522
FLAGS_db =
default_db_path
.c_str();
db_bench_sqlite3.cc
670
std::string
default_db_path
;
local
710
leveldb::Env::Default()->GetTestDirectory(&
default_db_path
);
711
default_db_path
+= "/dbbench";
712
FLAGS_db =
default_db_path
.c_str();
/external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc
929
std::string
default_db_path
;
local
971
leveldb::Env::Default()->GetTestDirectory(&
default_db_path
);
972
default_db_path
+= "/dbbench";
973
FLAGS_db =
default_db_path
.c_str();
Completed in 286 milliseconds