Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909/libhdmi/
Dhdmi.cpp648 char sysFsFilePath[MAX_SYSFS_FILE_PATH]; in openDeviceNode() local
649 memset(sysFsFilePath, 0, sizeof(sysFsFilePath)); in openDeviceNode()
650 snprintf(sysFsFilePath , sizeof(sysFsFilePath), in openDeviceNode()
654 int fd = open(sysFsFilePath, fileMode, 0); in openDeviceNode()
658 __FUNCTION__, sysFsFilePath, fd, strerror(errno)); in openDeviceNode()
/hardware/qcom/display/msm8994/libhdmi/
Dhdmi.cpp671 char sysFsFilePath[MAX_SYSFS_FILE_PATH]; in openDeviceNode() local
672 memset(sysFsFilePath, 0, sizeof(sysFsFilePath)); in openDeviceNode()
673 snprintf(sysFsFilePath , sizeof(sysFsFilePath), in openDeviceNode()
677 int fd = open(sysFsFilePath, fileMode, 0); in openDeviceNode()
681 __FUNCTION__, sysFsFilePath, fd, strerror(errno)); in openDeviceNode()