HomeSort by relevance Sort by last modified time
    Searched refs:check_group (Results 1 - 3 of 3) sorted by null

  /bionic/tests/
stubs_test.cpp 174 static void check_group(const group* grp, const char* group_name, gid_t gid) { function
190 check_group(grp, group_name, gid);
198 check_group(grp, group_name, gid);
211 check_group(grp, group_name, gid);
224 check_group(grp, group_name, gid);
318 check_group(grp[0], "root", 0);
320 check_group(grp[1], "system", 1000);
323 check_group(grp[2], "radio", 1001);
324 check_group(grp[0], "root", 0);
325 check_group(grp[1], "system", 1000)
    [all...]
  /external/selinux/libselinux/src/
seusers.c 113 static int check_group(const char *group, const char *name, const gid_t gid) { function
210 check_group(&username[1], name, gid)) {
  /external/elfutils/src/
elflint.c 2589 check_group (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) function
    [all...]

Completed in 601 milliseconds