Home
last modified time | relevance | path

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

/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()