Searched refs:LogicalPartitionExists (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fastboot/device/ |
H A D | variables.cpp | 278 if (FindPhysicalPartition(partition_name) || LogicalPartitionExists(device, partition_name)) { in GetHasSlot() 295 if (LogicalPartitionExists(device, args[0], &is_zero_length) && is_zero_length) { in GetPartitionSize() 318 if (!FindPhysicalPartition(partition_name) && !LogicalPartitionExists(device, partition_name)) { in GetPartitionType() 364 if (LogicalPartitionExists(device, partition_name)) { in GetPartitionIsLogical()
|
H A D | utility.cpp | 83 if (LogicalPartitionExists(device, name)) { in OpenPartition() 117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name, bool* is_zero_length) { in LogicalPartitionExists() function
|
H A D | utility.h | 117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name,
|
H A D | commands.cpp | 614 if (LogicalPartitionExists(device, partition_name)) { in FlashHandler()
|