Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.h66 static std::tuple<bool, int32_t> GetZErrorArg(napi_env env, const NapiFuncArg &funcArg);
H A Dcommon_func.cpp715 std::tuple<bool, int32_t> CommonFunc::GetZErrorArg(napi_env env, const NapiFuncArg &funcArg) in GetZErrorArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/
H A Dzip_n_exporter.cpp403 tie(succ, zlibError) = CommonFunc::GetZErrorArg(env, funcArg); in ZError()