Searched refs:DmTargetError (Results 1 – 4 of 4) sorted by relevance
326 class DmTargetError final : public DmTarget {328 DmTargetError(uint64_t start, uint64_t length) : DmTarget(start, length) {} in DmTargetError() function
189 return std::make_unique<DmTargetError>(start_sector, num_sectors); in Next()
749 table.Emplace<DmTargetError>(0, 1); in CreatePlaceholderDevice()
735 table.Emplace<DmTargetError>(0, 1); in TEST_F()