Home
last modified time | relevance | path

Searched defs:DmTable (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_table.h33 DmTable() : num_sectors_(0), readonly_(false) {} in DmTable() function
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp50 using DmTable = android::dm::DmTable; typedef
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h133 using DmTable = android::dm::DmTable; variable