Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp689 jsize gids_num = env->GetArrayLength(gids); in MatchGid() local
696 for (int gids_index = 0; gids_index < gids_num; ++gids_index) { in MatchGid()