Home
last modified time | relevance | path

Searched refs:should_sync (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/env/
Dfile_system.cc87 const std::string& fname, bool should_sync) { in WriteStringToFile() argument
95 if (s.ok() && should_sync) { in WriteStringToFile()
Denv.cc371 bool should_sync) { in WriteStringToFile() argument
373 return WriteStringToFile(&lfsw, data, fname, should_sync); in WriteStringToFile()
/rocksdb-6.9/include/rocksdb/
Dfile_system.h1399 bool should_sync = false);
Denv.h1133 bool should_sync = false);