Home
last modified time | relevance | path

Searched refs:DeflateBound (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.h46 static napi_value DeflateBound(napi_env env, napi_callback_info info);
H A Dzip_n_exporter.cpp155 NapiValue::DeclareNapiFunction("deflateBound", DeflateBound), in DeflateExport()
689 napi_value ZipNExporter::DeflateBound(napi_env env, napi_callback_info info) in DeflateBound() function in OHOS::AppExecFwk::LIBZIP::ZipNExporter