Home
last modified time | relevance | path

Searched refs:fs_mgr_get_super_partition_name (Results 1 – 11 of 11) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/
H A Ddevice_test.cpp48 ASSERT_TRUE(opener.GetInfo(fs_mgr_get_super_partition_name(), &device_info)); in TEST_F()
59 auto super_name = fs_mgr_get_super_partition_name(slot_number); in TEST_F()
76 auto other_super_name = fs_mgr_get_super_partition_name(other_slot_number); in TEST_F()
/aosp14/system/core/fastboot/device/
H A Dutility.cpp55 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in OpenLogicalPartition()
120 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in LogicalPartitionExists()
172 std::string super_name = fs_mgr_get_super_partition_name(current_slot); in ListPartitions()
178 std::string other_super = fs_mgr_get_super_partition_name(other_slot); in ListPartitions()
221 std::string super_partition = fs_mgr_get_super_partition_name(current_slot_number); in GetSuperSlotSuffix()
H A Dvariables.cpp431 *message = fs_mgr_get_super_partition_name(slot_number); in GetSuperPartitionName()
H A Dcommands.cpp470 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshotctl.cpp105 auto super_source = fs_mgr_get_super_partition_name(source_slot_number); in CreateTestUpdate()
138 .block_device = fs_mgr_get_super_partition_name(target_slot_number), in CreateTestUpdate()
H A Ddevice_info.cpp57 return fs_mgr_get_super_partition_name(slot); in GetSuperDevice()
/aosp14/system/core/fs_mgr/include/
H A Dfs_mgr.h120 std::string fs_mgr_get_super_partition_name(int slot = -1);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_roots.cpp96 std::string super_name = fs_mgr_get_super_partition_name(); in TryPathMount()
H A Dfs_mgr_overlayfs.cpp460 return kPhysicalDevice + fs_mgr_get_super_partition_name(slot_number); in fs_mgr_overlayfs_super_device()
1021 if (builder->GetBlockDeviceInfo(fs_mgr_get_super_partition_name(slot_number), &info)) { in CreateDynamicScratch()
1075 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &super_info)) { in GetIdealDataScratchSize()
H A Dfs_mgr.cpp2239 std::string fs_mgr_get_super_partition_name(int slot) { in fs_mgr_get_super_partition_name() function
/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp224 super_partition_name_ = fs_mgr_get_super_partition_name(); in FirstStageMount()