Home
last modified time | relevance | path

Searched refs:DestroyLogicalPartition (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr_dm_linear.h105 bool DestroyLogicalPartition(const std::string& name);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp550 if (!DestroyLogicalPartition(partition_name)) { in fs_mgr_overlayfs_teardown_scratch()
971 if (dm.GetState(name) != DmDeviceState::INVALID && !DestroyLogicalPartition(name)) { in TruncatePartitionsWithSuffix()
1040 if (!partition_create) DestroyLogicalPartition(partition_name); in CreateDynamicScratch()
1441 DestroyLogicalPartition(name); in ~MapInfo()
1709 DestroyLogicalPartition(android::gsi::kDsuScratch); in TeardownAllOverlayForMountPoint()
H A Dfs_mgr_dm_linear.cpp270 bool DestroyLogicalPartition(const std::string& name) { in DestroyLogicalPartition() function
/aosp14/system/core/fastboot/device/
H A Dutility.cpp72 auto closer = [partition_name]() -> void { DestroyLogicalPartition(partition_name); }; in OpenLogicalPartition()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp50 using android::fs_mgr::DestroyLogicalPartition;
326 DestroyLogicalPartition(name); in MapWithDmLinear()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp81 using android::fs_mgr::DestroyLogicalPartition;