Searched refs:read_line_from_file (Results 1 – 6 of 6) sorted by relevance
/aosp12/hardware/qcom/sm8150/thermal/ |
H A D | thermal_common.c | 99 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 D | thermal_common.h | 70 int read_line_from_file(const char *path, char *buf, size_t count);
|
H A D | thermal_target.c | 737 ret = read_line_from_file(SYSFS_PLATFORMID, buf, SOC_INFO_NAME_LEN); in get_soc_info()
|
/aosp12/hardware/qcom/sdm845/thermal/ |
H A D | thermal_common.c | 99 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 D | thermal_common.h | 69 int read_line_from_file(const char *path, char *buf, size_t count);
|
H A D | thermal_target.c | 656 ret = read_line_from_file(SYSFS_PLATFORMID, buf, SOC_INFO_NAME_LEN); in get_soc_info()
|