HomeSort by relevance Sort by last modified time
    Searched full:getgrent_idx (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
grp_pwd.cpp 68 memset(state, 0, sizeof(group_state_t) - sizeof(state->getgrent_idx));
717 state->getgrent_idx = 0;
730 if (state->getgrent_idx < 0) {
736 if (state->getgrent_idx < end) {
738 return android_iinfo_to_group(state, android_ids + state->getgrent_idx++);
744 if (state->getgrent_idx < end) {
747 state->getgrent_idx++ - start + AID_OEM_RESERVED_START, state);
753 if (state->getgrent_idx < end) {
756 state->getgrent_idx++ - start + AID_OEM_RESERVED_2_START, state);
762 state->getgrent_idx = get_next_app_id(state->getgrent_idx)
    [all...]
  /bionic/libc/private/
grp_pwd.h 41 ssize_t getgrent_idx; member in struct:group_state_t

Completed in 196 milliseconds