Home
last modified time | relevance | path

Searched refs:CreateLogicalPartition (Results 1 – 7 of 7) sorted by relevance

/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr_dm_linear.h101 bool CreateLogicalPartition(CreateLogicalPartitionParams params, std::string* path);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp172 if (!CreateLogicalPartition(params, &ignore_path)) { in CreateLogicalPartitions()
234 bool CreateLogicalPartition(CreateLogicalPartitionParams params, std::string* path) { in CreateLogicalPartition() function
H A Dfs_mgr_overlayfs.cpp1063 if (!CreateLogicalPartition(params, scratch_device)) { in CreateDynamicScratch()
1496 if (!CreateLogicalPartition(params, &info.device)) { in EnsureScratchMapped()
/aosp14/system/core/fastboot/device/
H A Dutility.cpp68 if (!CreateLogicalPartition(params, &dm_path)) { in OpenLogicalPartition()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp332 return CreateLogicalPartition(params, path); in CreatePartition()
1032 ASSERT_TRUE(CreateLogicalPartition( in SetUp()
1658 ASSERT_TRUE(CreateLogicalPartition( in TEST_F()
1841 ASSERT_TRUE(CreateLogicalPartition( in TEST_F()
2484 ASSERT_TRUE(CreateLogicalPartition( in TEST_F()
2624 ASSERT_TRUE(CreateLogicalPartition( in TEST_P()
H A Dsnapshot.cpp69 using android::fs_mgr::CreateLogicalPartition;
674 if (!CreateLogicalPartition(std::move(params), path)) { in MapSourceDevice()
2392 if (!CreateLogicalPartition(params, &base_path)) { in MapPartitionWithSnapshot()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp47 using android::fs_mgr::CreateLogicalPartition;
317 if (!CreateLogicalPartition(params, path)) { in MapWithDmLinear()