Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dcommon_func.h95 …static std::tuple<bool, std::unique_ptr<char[]>> GetGZPutSArg(napi_env env, const NapiFuncArg &fun…
H A Dcommon_func.cpp1231 std::tuple<bool, std::unique_ptr<char[]>> CommonFunc::GetGZPutSArg(napi_env env, const NapiFuncArg … in GetGZPutSArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp628 tie(succ, arg->s) = CommonFunc::GetGZPutSArg(env, funcArg); in GZPutS()