| 71 | } |
| 72 | |
| 73 | std::string OriginalSource::getDevicePath() const { |
| 74 | BOOST_ASSERT_MSG(isResolved(), |
| 75 | "Only makes sense when called on a resolved source."); |
| 76 | return getFullPath(*getDevice()); |
| 77 | } |
| 78 | |
| 79 | common::PathNode *OriginalSource::getDevice() const { return m_device; } |
| 80 |
no test coverage detected