Searched defs:databasePath (Results 1 – 3 of 3) sorted by relevance
44 std::string databasePath = baseDir + "/rdb"; in GetDefaultDatabasePath() local
720 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()
247 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()