Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dutility.cpp83 if (LogicalPartitionExists(device, name)) { in OpenPartition()
117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name, bool* is_zero_length) { in LogicalPartitionExists() function
Dvariables.cpp304 if (FindPhysicalPartition(partition_name) || LogicalPartitionExists(device, partition_name)) { in GetHasSlot()
321 if (LogicalPartitionExists(device, args[0], &is_zero_length) && is_zero_length) { in GetPartitionSize()
344 if (!FindPhysicalPartition(partition_name) && !LogicalPartitionExists(device, partition_name)) { in GetPartitionType()
390 if (LogicalPartitionExists(device, partition_name)) { in GetPartitionIsLogical()
Dutility.h117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name,
Dcommands.cpp617 if (LogicalPartitionExists(device, partition_name)) { in FlashHandler()