Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgrp_pwd.cpp244 static id_t get_next_app_id(id_t current_id, bool is_group) { in get_next_app_id() function
690 state->getpwent_idx = get_next_app_id(state->getpwent_idx, false); in getpwent()
830 state->getgrent_idx = get_next_app_id(state->getgrent_idx, true); in getgrent()