Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.h88 int UnpackAndCheckImportedFile(const std::string &srcFile, const ImportFileInfo &info,
H A Ddatabase_oper.cpp187 errCode = UnpackAndCheckImportedFile(filePath, importInfo, property); in ExecuteImport()
433 int DatabaseOper::UnpackAndCheckImportedFile(const std::string &srcFile, const ImportFileInfo &info, in UnpackAndCheckImportedFile() function in DistributedDB::DatabaseOper