Home
last modified time | relevance | path

Searched refs:ExtractFile (Results 1 - 11 of 11) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dextractor_util.cpp46 if (!zipFile_.ExtractFile(fileName, dest)) { in ExtractFileByName()
47 HILOG_ERROR(HILOG_MODULE_APP, "ExtractFile open fail"); in ExtractFileByName()
61 if ((!zipFile_.ExtractFile(fileName, fileStream)) || (!fileStream.good())) { in ExtractFileToPath()
H A Dzip_file.cpp540 bool ZipFile::ExtractFile(const std::string &file, std::ostream &dest) const in ExtractFile() function in OHOS::ZipFile
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp81 if (!zipFile_.ExtractFile(fileName, dest)) { in ExtractByName()
82 APP_LOGE("extractor is not ExtractFile"); in ExtractByName()
88 bool BaseExtractor::ExtractFile(const std::string &fileName, const std::string &targetPath) const in ExtractFile() function in OHOS::AppExecFwk::BaseExtractor
H A Dzip_file.cpp582 bool ZipFile::ExtractFile(const std::string &file, std::ostream &dest) const in ExtractFile() function in OHOS::AppExecFwk::ZipFile
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_extractor.h47 bool ExtractFile(const std::string &fileName, const std::string &targetPath) const;
H A Dzip_file.h208 bool ExtractFile(const std::string &file, std::ostream &dest) const;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h84 std::string ExtractFile(unzFile unZipFile, const std::string &dir);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h153 bool ExtractFile(const std::string &file, std::ostream &dest) const;
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp479 std::string filePath = ExtractFile(zipFile, relativePath.c_str()); in DecompressFile()
544 std::string SoftBusHandlerAsset::ExtractFile(unzFile unZipFile, const std::string &dir) in ExtractFile() function in OHOS::Storage::DistributedFile::SoftBusHandlerAsset
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp437 bool ret = extractor.ExtractFile(entryName, path); in ExtractTargetHnpFile()
524 bool ret = extractor.ExtractFile(entryName, path); in ExtractTargetFile()
1640 if (!extractor.ExtractFile(entryName, filePath)) { in ExtractResourceFiles()
1641 LOG_E(BMS_TAG_INSTALLD, "ExtractFile failed"); in ExtractResourceFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2906 bool ret = extractor.ExtractFile("entry", "/data/test"); in HWTEST_F()

Completed in 23 milliseconds