Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8960/utils/
Dloc_target.cpp62 static int read_a_line(const char * file_path, char * line, int line_size) in read_a_line() argument
68 fp = fopen(file_path, "r" ); in read_a_line()
70 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line()
78 LOC_LOGD("cat %s: %s", file_path, line); in read_a_line()
/hardware/qcom/gps/utils/
Dloc_target.cpp68 static int read_a_line(const char * file_path, char * line, int line_size) in read_a_line() argument
74 fp = fopen(file_path, "r" ); in read_a_line()
76 LOC_LOGE("open failed: %s: %s\n", file_path, strerror(errno)); in read_a_line()
84 LOC_LOGD("cat %s: %s", file_path, line); in read_a_line()