Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dlimits.h118 # define GID_MAX UINT_MAX /* max value for a gid_t */ macro
/aosp12/system/core/libpackagelistparser/
H A Dpackagelistparser.cpp50 if (gid > GID_MAX) { in parse_gids()