Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/appdatamgr/frameworks/innerkitsimpl/native_rdb/src/
Dsqlite_database_utils.cpp126 std::string databasePath = context + "/db"; in GetDefaultDatabasePath() local
184 std::string databasePath = context + "/" + databaseDir; in GetDatabasePathNoName() local
Dstore_session.cpp180 int StoreSession::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()
Drdb_store_impl.cpp390 int RdbStoreImpl::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()