Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dgrp_pwd.cpp795 auto* oem_group = in getgrent() local
797 while (oem_group == nullptr && state->getgrent_idx < end) { in getgrent()
798 oem_group = oem_id_to_group(state->getgrent_idx++ - start + AID_SYSTEM_RESERVED_START, state); in getgrent()
800 if (oem_group != nullptr) { in getgrent()
801 return oem_group; in getgrent()