Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wcnss-service/
Dwcnss_service.c277 struct group *grp; in setup_wlan_config_file() local
320 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()
/hardware/qcom/sm8150/gps/utils/
Dloc_cfg.cpp788 struct group* grp = getgrnam(split_strings[i]); in loc_read_process_conf() local
789 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()