Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/linux/services/
Dcredentials.cc102 const bool gids_are_equal = (rgid == egid) && (rgid == sgid); in GetRESIds() local
103 if (!uids_are_equal || !gids_are_equal) return false; in GetRESIds()