Searched refs:GetGZOpenArg (Results 1 – 3 of 3) sorted by relevance
85 static std::tuple<bool, std::unique_ptr<char[]>, std::unique_ptr<char[]>> GetGZOpenArg(
1021 std::tuple<bool, std::unique_ptr<char[]>, std::unique_ptr<char[]>> CommonFunc::GetGZOpenArg( in GetGZOpenArg() function in OHOS::AppExecFwk::LIBZIP::CommonFunc
225 tie(succ, arg->path, arg->mode) = CommonFunc::GetGZOpenArg(env, funcArg); in GZOpen()