Searched refs:gps_group (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); local
70 if (gps_group != NULL)
72 result = chown (global_loc_api_q_path, -1, gps_group->gr_gid);
76 global_loc_api_q_path, gps_group->gr_gid, result, strerror(errno));
93 if (gps_group != NULL)
95 result = chown (global_loc_api_resp_q_path, -1, gps_group->gr_gid);
100 gps_group->gr_gid, result, strerror(errno));
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); local
70 if (gps_group != NULL)
72 result = chown (global_loc_api_q_path, -1, gps_group->gr_gid);
76 global_loc_api_q_path, gps_group->gr_gid, result, strerror(errno));
93 if (gps_group != NULL)
95 result = chown (global_loc_api_resp_q_path, -1, gps_group->gr_gid);
100 gps_group->gr_gid, result, strerror(errno));
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); local
70 if (gps_group != NULL)
72 result = chown (global_loc_api_q_path, -1, gps_group->gr_gid);
76 global_loc_api_q_path, gps_group->gr_gid, result, strerror(errno));
93 if (gps_group != NULL)
95 result = chown (global_loc_api_resp_q_path, -1, gps_group->gr_gid);
100 gps_group->gr_gid, result, strerror(errno));
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); local
70 if (gps_group != NULL)
72 result = chown (global_loc_api_q_path, -1, gps_group->gr_gid);
76 global_loc_api_q_path, gps_group->gr_gid, result, strerror(errno));
93 if (gps_group != NULL)
95 result = chown (global_loc_api_resp_q_path, -1, gps_group->gr_gid);
100 gps_group->gr_gid, result, strerror(errno));
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); local
70 if (gps_group != NULL)
72 result = chown (global_loc_api_q_path, -1, gps_group->gr_gid);
76 global_loc_api_q_path, gps_group->gr_gid, result, strerror(errno));
93 if (gps_group != NULL)
95 result = chown (global_loc_api_resp_q_path, -1, gps_group->gr_gid);
100 gps_group->gr_gid, result, strerror(errno));
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp69 struct group * gps_group = getgrnam("gps"); local
70 if (gps_group != NULL)
72 result = chown (global_loc_api_q_path, -1, gps_group->gr_gid);
76 global_loc_api_q_path, gps_group->gr_gid, result, strerror(errno));
93 if (gps_group != NULL)
95 result = chown (global_loc_api_resp_q_path, -1, gps_group->gr_gid);
100 gps_group->gr_gid, result, strerror(errno));

Completed in 1942 milliseconds