Searched refs:sysfsPath (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8226/libqdutils/ |
D | mdp_version.cpp | 229 char sysfsPath[255]; in updateSysFsInfo() local 230 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo() 231 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo() 242 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo() 246 __FUNCTION__, sysfsPath); in updateSysFsInfo() 312 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo() 313 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo() 316 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo() 319 sysfsPath, strerror(errno)); in updateSysFsInfo()
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | mdp_version.cpp | 223 char sysfsPath[255]; in updateSysFsInfo() local 224 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo() 225 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo() 236 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo() 240 __FUNCTION__, sysfsPath); in updateSysFsInfo() 306 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo() 307 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo() 310 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo() 313 sysfsPath, strerror(errno)); in updateSysFsInfo()
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | mdp_version.cpp | 272 char sysfsPath[255]; in updateSysFsInfo() local 273 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo() 274 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo() 285 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo() 289 __FUNCTION__, sysfsPath); in updateSysFsInfo() 369 memset(sysfsPath, 0, sizeof(sysfsPath)); in updateSysFsInfo() 370 snprintf(sysfsPath , sizeof(sysfsPath), in updateSysFsInfo() 373 sysfsFd = fopen(sysfsPath, "rb"); in updateSysFsInfo() 376 sysfsPath, strerror(errno)); in updateSysFsInfo()
|