Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dutility.cpp44 std::optional<std::string> path = FindPhysicalPartition(name); in OpenPhysicalPartition()
56 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in OpenLogicalPartition()
101 std::optional<std::string> FindPhysicalPartition(const std::string& name) { in FindPhysicalPartition() function
126 auto path = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number)); in LogicalPartitionExists()
Dutility.h75 std::optional<std::string> FindPhysicalPartition(const std::string& name);
Dvariables.cpp289 if (FindPhysicalPartition(partition_name) || LogicalPartitionExists(device, partition_name)) { in GetHasSlot()
329 if (!FindPhysicalPartition(partition_name) && !LogicalPartitionExists(device, partition_name)) { in GetPartitionType()
382 if (FindPhysicalPartition(partition_name)) { in GetPartitionIsLogical()
Dflashing.cpp182 if (!FindPhysicalPartition(super_name)) { in UpdateSuper()
Dcommands.cpp393 auto super_device = FindPhysicalPartition(fs_mgr_get_super_partition_name(slot_number_)); in PartitionBuilder()