Home
last modified time | relevance | path

Searched refs:UnpackFile (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp188 …errCode = PackageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPa…
262 …int errCode = PackageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResu…
279 errCode = PackageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME,
305 …errCode = PackageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPa…
338 …errCode = PackageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPa…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.h31 …static int UnpackFile(const std::string &sourceFile, const std::string &targetPath, FileInfo &file…
H A Dpackage_file.cpp528 int PackageFile::UnpackFile(const string &sourceFile, const string &targetPath, FileInfo &fileInfo) in UnpackFile() function in DistributedDB::PackageFile
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp442 errCode = PackageFile::UnpackFile(srcFile, info.unpackedDir, fileInfo); in UnpackAndCheckImportedFile()