Home
last modified time | relevance | path

Searched refs:GetCompressArg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.h62 …static std::tuple<bool, void *, size_t, void *, int64_t> GetCompressArg(napi_env env, const NapiFu…
H A Dcommon_func.cpp601 std::tuple<bool, void *, size_t, void *, int64_t> CommonFunc::GetCompressArg(napi_env env, const Na… in GetCompressArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp1293 … tie(succ, dest, arg->destLen, source, arg->sourceLen) = CommonFunc::GetCompressArg(env, funcArg); in Compress()