Searched refs:sysFsFilePath (Results 1 – 1 of 1) sorted by relevance
671 char sysFsFilePath[MAX_SYSFS_FILE_PATH]; in openDeviceNode() local672 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()