Changeset 30659 in vbox
- Timestamp:
- Jul 6, 2010 11:56:46 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63412
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/linux/HostHardwareLinux.cpp
r29352 r30659 1610 1610 { 1611 1611 rc = RTPathReal(szPath, szAbsPath, sizeof(szAbsPath)); 1612 AssertRCBreak(rc); /* sysfs should guarantee that this exists */ 1612 if (RT_FAILURE(rc)) 1613 break; /* The file can vanish if a device is unplugged. */ 1613 1614 if (!pHandler->doHandle(szAbsPath)) 1614 1615 break;
Note:
See TracChangeset
for help on using the changeset viewer.