Home
last modified time | relevance | path

Searched refs:CreateBackupDirForExport (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.h100 …int CreateBackupDirForExport(const KvDBProperties &property, std::string &currentDir, std::string …
H A Ddatabase_oper.cpp223 int DatabaseOper::CreateBackupDirForExport(const KvDBProperties &property, std::string &currentDir, in CreateBackupDirForExport() function in DistributedDB::DatabaseOper
260 int errCode = CreateBackupDirForExport(property, currentDir, backupDir); in ExecuteExport()