Searched refs:GetGZPutSArg (Results 1 – 3 of 3) sorted by relevance
95 …static std::tuple<bool, std::unique_ptr<char[]>> GetGZPutSArg(napi_env env, const NapiFuncArg &fun…
1231 std::tuple<bool, std::unique_ptr<char[]>> CommonFunc::GetGZPutSArg(napi_env env, const NapiFuncArg … in GetGZPutSArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
628 tie(succ, arg->s) = CommonFunc::GetGZPutSArg(env, funcArg); in GZPutS()