Searched refs:GetGZPutCArg (Results 1 – 3 of 3) sorted by relevance
94 static std::tuple<bool, int32_t> GetGZPutCArg(napi_env env, const NapiFuncArg &funcArg);
1214 std::tuple<bool, int32_t> CommonFunc::GetGZPutCArg(napi_env env, const NapiFuncArg &funcArg) in GetGZPutCArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
578 tie(succ, arg->c) = CommonFunc::GetGZPutCArg(env, funcArg); in GZPutC()