Home
last modified time | relevance | path

Searched refs:Zips (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/zip_fuzzer/
H A Dzip_fuzzer.cpp47 Zips(srcFiles, destPath, options, includeHiddenFiles, zlibCallbackInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip.h160 bool Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &opt…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp220 bool Zips(const ZipParams &params, const OPTIONS &options) in Zips() function
429 bool result = Zips(params, options); in ZipsWithFilterCallback()
540 bool Zips(const std::vector<std::string> &srcFiles, const std::string &destPath, const OPTIONS &opt… in Zips() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib.cpp769 Zips(asyncZipCallbackInfo->param.srcFiles, in CompressExcute()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-zlib.md18 Zips a file. This API uses a promise to return the result.