Searched refs:devicesDir (Results 1 – 1 of 1) sorted by relevance
633 DIR * devicesDir; in FindTransportDevice() local648 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()