Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/utils/
Dloc_cfg.cpp220 FILE *gps_conf_fp = NULL; in loc_read_conf() local
226 if((gps_conf_fp = fopen(conf_file_name, "r")) != NULL) in loc_read_conf()
246 while(fgets(input_buf, LOC_MAX_PARAM_LINE, gps_conf_fp) != NULL) in loc_read_conf()
282 fclose(gps_conf_fp); in loc_read_conf()
/hardware/qcom/sdm845/gps/msm8960/utils/
Dloc_cfg.cpp220 FILE *gps_conf_fp = NULL; in loc_read_conf() local
226 if((gps_conf_fp = fopen(conf_file_name, "r")) != NULL) in loc_read_conf()
246 while(fgets(input_buf, LOC_MAX_PARAM_LINE, gps_conf_fp) != NULL) in loc_read_conf()
282 fclose(gps_conf_fp); in loc_read_conf()