Searched refs:LogicalPartitionExists (Results 1 – 4 of 4) sorted by relevance
/system/core/fastboot/device/ |
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
|
D | variables.cpp | 304 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()
|
D | utility.h | 117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name,
|
D | commands.cpp | 617 if (LogicalPartitionExists(device, partition_name)) { in FlashHandler()
|