Home
last modified time | relevance | path

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

/external/rmi4utils/rmidevice/
Dhiddevice.cpp632 struct dirent * devicesDirEntry; in FindTransportDevice() local
652 while((devicesDirEntry = readdir(devicesDir)) != NULL) { in FindTransportDevice()
653 if (devicesDirEntry->d_type != DT_LNK) in FindTransportDevice()
658 sz = readlinkat(dirfd(devicesDir), devicesDirEntry->d_name, buf, PATH_MAX); in FindTransportDevice()
673 transportDeviceName = devicesDirEntry->d_name; in FindTransportDevice()