Home
last modified time | relevance | path

Searched refs:CreateDmTable (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr_dm_linear.h108 bool CreateDmTable(CreateLogicalPartitionParams params, android::dm::DmTable* table);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp133 bool CreateDmTable(CreateLogicalPartitionParams params, DmTable* table) { in CreateDmTable() function
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp68 using android::fs_mgr::CreateDmTable;
1614 if (!CreateDmTable(base_device_params, &table)) { in CollapseSnapshotDevice()
2605 if (!CreateDmTable(cow_partition_params, &table)) { in MapCowDevices()