Home
last modified time | relevance | path

Searched refs:DmTargetError (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h326 class DmTargetError final : public DmTarget {
328 DmTargetError(uint64_t start, uint64_t length) : DmTarget(start, length) {} in DmTargetError() function
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp189 return std::make_unique<DmTargetError>(start_sector, num_sectors); in Next()
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp749 table.Emplace<DmTargetError>(0, 1); in CreatePlaceholderDevice()
H A Ddm_test.cpp735 table.Emplace<DmTargetError>(0, 1); in TEST_F()