Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dsqlite_database_utils.cpp139 std::string databasePath = baseDir + "\\rdb"; in GetDefaultDatabasePath() local
141 std::string databasePath = baseDir + "/rdb"; in GetDefaultDatabasePath() local
Dstore_session.cpp211 int StoreSession::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey,… in Backup()
Drdb_store_impl.cpp506 int RdbStoreImpl::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()