Home
last modified time | relevance | path

Searched refs:is_zero_length (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/device/
Dutility.cpp117 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name, bool* is_zero_length) { in LogicalPartitionExists() argument
133 if (is_zero_length) { in LogicalPartitionExists()
134 *is_zero_length = (partition->num_extents == 0); in LogicalPartitionExists()
Dutility.h118 bool* is_zero_length = nullptr);
Dvariables.cpp294 bool is_zero_length; in GetPartitionSize() local
295 if (LogicalPartitionExists(device, args[0], &is_zero_length) && is_zero_length) { in GetPartitionSize()