Home
last modified time | relevance | path

Searched defs:DB_JOURNAL_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h31 static constexpr int DB_JOURNAL_SIZE = 1024 * 1024; /* default file size : 1M */ variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h232 static constexpr int DB_JOURNAL_SIZE = 1024 * 1024; /* default file size : 1M */ variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h129 static constexpr int DB_JOURNAL_SIZE = 1024 * 1024; /* default file size : 1M */ variable