Searched refs:file_path (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/gps/msm8960/utils/ |
D | loc_target.cpp | 63 static int read_a_line(const char * file_path, char * line, int line_size) in read_a_line() argument 69 fp = fopen(file_path, "r" ); in read_a_line() 71 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line() 79 LOC_LOGD("cat %s: %s", file_path, line); in read_a_line()
|
/hardware/qcom/gps/msm8084/utils/ |
D | loc_target.cpp | 69 static int read_a_line(const char * file_path, char * line, int line_size) in read_a_line() argument 75 fp = fopen(file_path, "r" ); in read_a_line() 77 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line() 85 LOC_LOGD("cat %s: %s", file_path, line); in read_a_line()
|
/hardware/qcom/gps/msm8974/utils/ |
D | loc_target.cpp | 69 static int read_a_line(const char * file_path, char * line, int line_size) in read_a_line() argument 75 fp = fopen(file_path, "r" ); in read_a_line() 77 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line() 85 LOC_LOGD("cat %s: %s", file_path, line); in read_a_line()
|
/hardware/qcom/gps/utils/ |
D | loc_target.cpp | 70 static int read_a_line(const char * file_path, char * line, int line_size) in read_a_line() argument 76 fp = fopen(file_path, "r" ); in read_a_line() 78 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line() 86 LOC_LOGD("cat %s: %s", file_path, line); in read_a_line()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_rome.c | 746 int rome_get_tlv_file(char *file_path) in rome_get_tlv_file() argument 757 ALOGI("File Open (%s)", file_path); in rome_get_tlv_file() 758 pFile = fopen ( file_path , "r" ); in rome_get_tlv_file() 760 ALOGE("%s File Open Fail", file_path); in rome_get_tlv_file()
|