Home
last modified time | relevance | path

Searched refs:LogicalPartitionExists (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dvariables.cpp278 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 Dutility.cpp83 if (LogicalPartitionExists(device, name)) { in OpenPartition()
117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name, bool* is_zero_length) { in LogicalPartitionExists() function
H A Dutility.h117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name,
H A Dcommands.cpp614 if (LogicalPartitionExists(device, partition_name)) { in FlashHandler()