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/
Drdb_sql_utils.cpp44 std::string databasePath = baseDir + "/rdb"; in GetDefaultDatabasePath() local
Drdb_store_impl.cpp720 int RdbStoreImpl::GetDataBasePath(const std::string &databasePath, std::string &backupFilePath) in GetDataBasePath()
785 int RdbStoreImpl::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()
813 int RdbStoreImpl::InnerBackup(const std::string databasePath, const std::vector<uint8_t> destEncryp… in InnerBackup()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_store.cpp247 int OH_Rdb_Backup(OH_Rdb_Store *store, const char *databasePath) in OH_Rdb_Backup()
256 int OH_Rdb_Restore(OH_Rdb_Store *store, const char *databasePath) in OH_Rdb_Restore()