Home
last modified time | relevance | path

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

/external/rmi4utils/rmidevice/
Dhiddevice.cpp633 DIR * devicesDir; in FindTransportDevice() local
648 devicesDir = opendir(devicePath.c_str()); in FindTransportDevice()
649 if (!devicesDir) in FindTransportDevice()
652 while((devicesDirEntry = readdir(devicesDir)) != NULL) { in FindTransportDevice()
658 sz = readlinkat(dirfd(devicesDir), devicesDirEntry->d_name, buf, PATH_MAX); in FindTransportDevice()
683 closedir(devicesDir); in FindTransportDevice()