Searched refs:grp (Results 1 – 2 of 2) sorted by relevance
277 struct group *grp; in setup_wlan_config_file() local320 grp = getgrnam("wifi"); in setup_wlan_config_file()321 if (grp != NULL) { in setup_wlan_config_file()322 rc = chown(WLAN_INI_FILE_DEST, -1, grp->gr_gid); in setup_wlan_config_file()
788 struct group* grp = getgrnam(split_strings[i]); in loc_read_process_conf() local789 if (grp) { in loc_read_process_conf()790 child_proc[j].group_list[child_proc[j].num_groups] = grp->gr_gid; in loc_read_process_conf()792 LOC_LOGd("Group %s = %d", split_strings[i], grp->gr_gid); in loc_read_process_conf()