Home
last modified time | relevance | path

Searched refs:fs_mgr_get_super_partition_name (Results 1 – 13 of 13) 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()
121 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in LogicalPartitionExists()
173 std::string super_name = fs_mgr_get_super_partition_name(current_slot); in ListPartitions()
179 std::string other_super = fs_mgr_get_super_partition_name(other_slot); in ListPartitions()
222 std::string super_partition = fs_mgr_get_super_partition_name(current_slot_number); in GetSuperSlotSuffix()
Dvariables.cpp438 *message = fs_mgr_get_super_partition_name(slot_number); in GetSuperPartitionName()
Dcommands.cpp451 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder()
/system/core/fs_mgr/include/
Dfs_mgr.h118 std::string fs_mgr_get_super_partition_name(int slot = -1);
/system/core/fs_mgr/libsnapshot/
Ddevice_info.cpp56 return fs_mgr_get_super_partition_name(slot); in GetSuperDevice()
/system/update_engine/aosp/
Dmetrics_reporter_android.cc101 auto super_device = fs_mgr_get_super_partition_name(); in ReportUpdateAttemptMetrics()
Ddynamic_partition_control_android.cc983 return fs_mgr_get_super_partition_name(slot); in GetSuperPartitionName()
/system/core/fs_mgr/
Dfs_mgr_roots.cpp96 std::string super_name = fs_mgr_get_super_partition_name(); in TryPathMount()
Dfs_mgr_overlayfs.cpp491 return kPhysicalDevice + fs_mgr_get_super_partition_name(slot_number); in fs_mgr_overlayfs_super_device()
1074 if (builder->GetBlockDeviceInfo(fs_mgr_get_super_partition_name(slot_number), &info)) { in CreateDynamicScratch()
1132 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &super_info)) { in GetIdealDataScratchSize()
Dfs_mgr.cpp2207 std::string fs_mgr_get_super_partition_name(int slot) { in fs_mgr_get_super_partition_name() function
/system/gsid/
Dpartition_installer.cpp360 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &info)) { in GetMinimumFreeSpaceThreshold()
/system/core/init/
Dfirst_stage_mount.cpp224 super_partition_name_ = fs_mgr_get_super_partition_name(); in FirstStageMount()