Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
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()
/system/core/fastboot/device/
Dutility.cpp56 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in OpenLogicalPartition()
129 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in LogicalPartitionExists()
181 std::string super_name = fs_mgr_get_super_partition_name(current_slot); in ListPartitions()
187 std::string other_super = fs_mgr_get_super_partition_name(other_slot); in ListPartitions()
230 std::string super_partition = fs_mgr_get_super_partition_name(current_slot_number); in GetSuperSlotSuffix()
Dvariables.cpp445 *message = fs_mgr_get_super_partition_name(slot_number); in GetSuperPartitionName()
Dcommands.cpp443 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder()
/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp56 return fs_mgr_get_super_partition_name(slot); in GetSuperDevice()
/system/core/fs_mgr/include/
Dfs_mgr.h113 std::string fs_mgr_get_super_partition_name(int slot = -1);
/system/core/fs_mgr/
Dfs_mgr_roots.cpp92 std::string super_name = fs_mgr_get_super_partition_name(); in EnsurePathMounted()
Dfs_mgr_overlayfs.cpp472 return kPhysicalDevice + fs_mgr_get_super_partition_name(slot_number); in fs_mgr_overlayfs_super_device()
1050 if (builder->GetBlockDeviceInfo(fs_mgr_get_super_partition_name(slot_number), &info)) { in CreateDynamicScratch()
1122 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &info)) { in CreateScratchOnData()
Dfs_mgr.cpp2247 std::string fs_mgr_get_super_partition_name(int slot) { in fs_mgr_get_super_partition_name() function
/system/update_engine/aosp/
Dmetrics_reporter_android.cc101 auto super_device = fs_mgr_get_super_partition_name(); in ReportUpdateAttemptMetrics()
Ddynamic_partition_control_android.cc964 return fs_mgr_get_super_partition_name(slot); in GetSuperPartitionName()
/system/core/init/
Dfirst_stage_mount.cpp237 super_partition_name_ = fs_mgr_get_super_partition_name(); in FirstStageMount()