Home
last modified time | relevance | path

Searched refs:Zip (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/
H A Dzip_test.cpp59 printf("--Zip--callback--result=%d--\n", result); in ZipCallBack()
78 auto ret = Zip(src, dest, options, false, zlibCallbackInfo); in HWTEST_F()
95 auto ret = Zip(src, dest, options, false, zlibCallbackInfo); in HWTEST_F()
112 auto ret = Zip(src, dest, options, false, zlibCallbackInfo); in HWTEST_F()
179 auto ret = Zip(src, dest, options, false, zlibCallbackInfo); in HWTEST_F()
199 auto ret = Zip(src, dest, options, false, zlibCallbackInfo); in HWTEST_F()
218 auto ret1 = Zip(src, dest, options, false, zlibCallbackInfo); in HWTEST_F()
219 auto ret2 = Zip(src1, dest, options, false, zlibCallbackInfo); in HWTEST_F()
220 auto ret3 = Zip(src2, dest, options, false, zlibCallbackInfo); in HWTEST_F()
240 auto ret = Zip(src in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.h23 int32_t Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options);
H A Dcj_zip.cpp121 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip() function
195 bool result = Zip(params, options); in ZipWithFilterCallback()
203 int32_t Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options) in Zip() function
H A Dzip_ffi.cpp48 code = Zip(strInFile, strOutFile, cOptions); in FfiBundleManagerCompressFile()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/zip_fuzzer/
H A Dzip_fuzzer.cpp42 Zip(srcPath, destPath, options, includeHiddenFiles, zlibCallbackInfo); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip.h31 // Abstraction for file access operation required by Zip().
150 bool Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options,
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp131 bool Zip(const ZipParams &params, const OPTIONS &options) in Zip() function
394 bool result = Zip(params, options); in ZipWithFilterCallback()
437 bool Zip(const std::string &srcPath, const std::string &destPath, const OPTIONS &options, in Zip() function
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib.cpp775 Zip(asyncZipCallbackInfo->param.src, in CompressExcute()

Completed in 6 milliseconds