Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2928 char* resolved_file_path) { in resolve_config_file_path() argument
2931 sprintf(resolved_file_path, "/vendor%s", conf_file_name); in resolve_config_file_path()
2933 sprintf(resolved_file_path, "/vendor/%s", conf_file_name); in resolve_config_file_path()
2935 if ((file = fopen(resolved_file_path, "r")) != NULL) { in resolve_config_file_path()
2939 strcpy(resolved_file_path, conf_file_name); in resolve_config_file_path()
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp2928 char* resolved_file_path) { in resolve_config_file_path() argument
2931 sprintf(resolved_file_path, "/vendor%s", conf_file_name); in resolve_config_file_path()
2933 sprintf(resolved_file_path, "/vendor/%s", conf_file_name); in resolve_config_file_path()
2935 if ((file = fopen(resolved_file_path, "r")) != NULL) { in resolve_config_file_path()
2939 strcpy(resolved_file_path, conf_file_name); in resolve_config_file_path()