Searched refs:ExtractFile (Results 1 - 11 of 11) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | extractor_util.cpp | 46 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 D | zip_file.cpp | 540 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 D | base_extractor.cpp | 81 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 D | zip_file.cpp | 582 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 D | base_extractor.h | 47 bool ExtractFile(const std::string &fileName, const std::string &targetPath) const;
|
H A D | zip_file.h | 208 bool ExtractFile(const std::string &file, std::ostream &dest) const;
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_handler_asset.h | 84 std::string ExtractFile(unzFile unZipFile, const std::string &dir);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | zip_file.h | 153 bool ExtractFile(const std::string &file, std::ostream &dest) const;
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler_asset.cpp | 479 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 D | installd_operator.cpp | 437 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 D | bms_bundle_installer_test.cpp | 2906 bool ret = extractor.ExtractFile("entry", "/data/test"); in HWTEST_F()
|
Completed in 23 milliseconds