OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_backup_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/leveldatabase/
env_chromium.h
131
bool
make_backup_
;
member in class:leveldb_env::ChromiumWritableFile
175
bool
make_backup_
;
member in class:leveldb_env::ChromiumEnv
env_chromium.cc
267
make_backup_
= true;
506
make_backup_
(make_backup) {
607
} else if (
make_backup_
&& file_type_ == kTable) {
616
make_backup_
(false),
686
*result = new ChromiumWritableFile(fname, f, this, this,
make_backup_
);
821
if (
make_backup_
)
834
if (
make_backup_
&& fname_filepath.MatchesExtension(table_extension)) {
[
all
...]
Completed in 45 milliseconds