Searched defs:databasePath (Results 1 – 5 of 5) sorted by relevance
39 …string databasePath = NativeRdb::RdbSqlUtils::GetDefaultDatabasePath(EL1_CLOUDFILE_DIR, DATA_SYNCE… in RdbInit() local
73 …string databasePath = RdbSqlUtils::GetDefaultDatabasePath(customDir, CLOUD_DISK_DATABASE_NAME, err… in RdbInit() local521 string databasePath = store.GetPath(); in GenCloudSyncTriggerFuncParams() local
335 int OH_Rdb_Backup(OH_Rdb_Store *store, const char *databasePath) in OH_Rdb_Backup()344 int OH_Rdb_Restore(OH_Rdb_Store *store, const char *databasePath) in OH_Rdb_Restore()
350 std::string databasePath = RDB_TEST_PATH + "test.db"; variable
863 int RdbStoreImpl::GetDataBasePath(const std::string &databasePath, std::string &backupFilePath) in GetDataBasePath()928 int RdbStoreImpl::Backup(const std::string databasePath, const std::vector<uint8_t> destEncryptKey) in Backup()956 int RdbStoreImpl::InnerBackup(const std::string databasePath, const std::vector<uint8_t> destEncryp… in InnerBackup()