Home
last modified time | relevance | path

Searched refs:FindPhysicalPartition (Results 1 – 5 of 5) sorted by relevance

/system/core/fastboot/device/
Dutility.cpp43 std::optional<std::string> path = FindPhysicalPartition(name); in OpenPhysicalPartition()
55 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in OpenLogicalPartition()
95 std::optional<std::string> FindPhysicalPartition(const std::string& name) { in FindPhysicalPartition() function
120 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in LogicalPartitionExists()
Dutility.h116 std::optional<std::string> FindPhysicalPartition(const std::string& name);
Dvariables.cpp304 if (FindPhysicalPartition(partition_name) || LogicalPartitionExists(device, partition_name)) { in GetHasSlot()
344 if (!FindPhysicalPartition(partition_name) && !LogicalPartitionExists(device, partition_name)) { in GetPartitionType()
394 if (FindPhysicalPartition(partition_name)) { in GetPartitionIsLogical()
Dflashing.cpp222 if (!FindPhysicalPartition(super_name)) { in UpdateSuper()
Dcommands.cpp473 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder()