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 D | distributeddb_file_package_test.cpp | 188 …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 D | package_file.h | 31 …static int UnpackFile(const std::string &sourceFile, const std::string &targetPath, FileInfo &file…
|
H A D | package_file.cpp | 528 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 D | database_oper.cpp | 442 errCode = PackageFile::UnpackFile(srcFile, info.unpackedDir, fileInfo); in UnpackAndCheckImportedFile()
|