Searched refs:GetInflateGetHeaderArg (Results 1 – 3 of 3) sorted by relevance
75 …static std::tuple<bool, gz_header> GetInflateGetHeaderArg(napi_env env, const NapiFuncArg &funcArg…
862 std::tuple<bool, gz_header> CommonFunc::GetInflateGetHeaderArg(napi_env env, const NapiFuncArg &fun… in GetInflateGetHeaderArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
2641 tie(succ, gzHeader) = CommonFunc::GetInflateGetHeaderArg(env, funcArg); in InflateGetHeader()