Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.h95 int PackExportedDatabase(const std::string &fileDir, const std::string &packedFile,
H A Ddatabase_oper.cpp272 errCode = PackExportedDatabase(backupDir, filePath, property); in ExecuteExport()
567 int DatabaseOper::PackExportedDatabase(const std::string &fileDir, const std::string &packedFile, in PackExportedDatabase() function in DistributedDB::DatabaseOper