Home
last modified time | relevance | path

Searched refs:read_line_from_file (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/sm8150/thermal/
H A Dthermal_common.c99 int read_line_from_file(const char *path, char *buf, size_t count) in read_line_from_file() function
170 ret = read_line_from_file(name, buf, sizeof(buf)); in get_tzn()
333 ret = read_line_from_file(file_name, buf, sizeof(buf)); in read_temperature()
H A Dthermal_common.h70 int read_line_from_file(const char *path, char *buf, size_t count);
H A Dthermal_target.c737 ret = read_line_from_file(SYSFS_PLATFORMID, buf, SOC_INFO_NAME_LEN); in get_soc_info()
/aosp12/hardware/qcom/sdm845/thermal/
H A Dthermal_common.c99 int read_line_from_file(const char *path, char *buf, size_t count) in read_line_from_file() function
170 ret = read_line_from_file(name, buf, sizeof(buf)); in get_tzn()
333 ret = read_line_from_file(file_name, buf, sizeof(buf)); in read_temperature()
H A Dthermal_common.h69 int read_line_from_file(const char *path, char *buf, size_t count);
H A Dthermal_target.c656 ret = read_line_from_file(SYSFS_PLATFORMID, buf, SOC_INFO_NAME_LEN); in get_soc_info()