Home
last modified time | relevance | path

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

/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_deflate.h56 int32_t InitStream(z_stream &zstream, bool zip, PkgBuffer &inBuffer, PkgBuffer &outBuffer);
58 void ReleaseStream(z_stream &zstream, bool zip) const;
H A Dpkg_algo_deflate.cpp213 int32_t PkgAlgoDeflate::InitStream(z_stream &zstream, bool zip, PkgBuffer &inBuffer, PkgBuffer &outBuffer) in InitStream() argument
221 if (zip) { in InitStream()
248 void PkgAlgoDeflate::ReleaseStream(z_stream &zstream, bool zip) const in ReleaseStream()
251 if (zip) { in ReleaseStream()
/base/update/packaging_tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java27 import java.util.zip.ZipOutputStream;
28 import java.util.zip.ZipEntry;
29 import java.util.zip.ZipFile;
/base/update/sys_installer/tools/zipalign/src/main/java/com/ohos/
H A DZipAlign.java27 import java.util.zip.ZipOutputStream;
28 import java.util.zip.ZipEntry;
29 import java.util.zip.ZipFile;
/base/update/packaging_tools/
H A Dblocks_manager.py36 x < y for x, y in zip(self.range_data, self.range_data[1:]))
180 heapq.merge(zip(self.range_data, itertools.cycle((-5, +5))),
181 zip(other.range_data, itertools.cycle((-1, +1)))):
/base/hiviewdfx/hiview/base/utility/include/
H A Dhiview_zip_util.h20 #include <contrib/minizip/zip.h>
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dtrace_utils.h20 #include <contrib/minizip/zip.h>
/base/hiviewdfx/hidumper/test/scripts/testModule/
H A Dutils.py37 description: 首先检查zip文件是否存在,然后解压文件,并检查解压后的log.txt文件内容是否符合要求
99 output = subprocess.check_output(f"hdc shell \"{command} --zip\"", shell=True, text=True, encoding="utf-8")
/base/global/i18n/tools/
H A Ddata_process.py92 num2name = dict(zip(d.values(), d.keys()))
/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs201 for (ins, qy) in update_time.iter().zip(query_update_time.iter()) { in update_data()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp23 #include <zip.h>
59 if (unzLocateFile(uf, fileName, 1)) { // try to locate file inside zip in ReadFileFromZip()
64 } // file inside zip found in ReadFileFromZip()
70 } // obtained the necessary details about file inside zip in ReadFileFromZip()
80 err = unzOpenCurrentFilePassword(uf, nullptr); // Open the file inside the zip (password = NULL) in ReadFileFromZip()
87 } // file inside the zip is open in ReadFileFromZip()
88 // Copy contents of the file inside the zip to the buffer in ReadFileFromZip()

Completed in 5 milliseconds