Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp232 int openFileFlags = config.IsReadOnly() ? (SQLITE_OPEN_READONLY | SQLITE_OPEN_FULLMUTEX) in InnerOpen() local
268 int32_t SqliteConnection::OpenDatabase(const std::string &dbPath, int openFileFlags) in OpenDatabase()