Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgrp_pwd.cpp817 auto* oem_group = in getgrent() local
819 while (oem_group == nullptr && state->getgrent_idx < end) { in getgrent()
820 oem_group = oem_id_to_group(state->getgrent_idx++ - start + AID_SYSTEM_RESERVED_START, state); in getgrent()
822 if (oem_group != nullptr) { in getgrent()
823 return oem_group; in getgrent()