Searched refs:devicesDirEntry (Results 1 – 1 of 1) sorted by relevance
632 struct dirent * devicesDirEntry; in FindTransportDevice() local652 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()