Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp696 for (int gids_index = 0; gids_index < gids_num; ++gids_index) { in MatchGid() local
697 if (native_gid_proxy[gids_index] == gid_to_find) { in MatchGid()