Home
last modified time | relevance | path

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

/aosp12/system/core/fastboot/device/
H A Dutility.cpp126 bool LogicalPartitionExists(FastbootDevice* device, const std::string& name, bool* is_zero_length) { in LogicalPartitionExists() argument
142 if (is_zero_length) { in LogicalPartitionExists()
143 *is_zero_length = (partition->num_extents == 0); in LogicalPartitionExists()
H A Dvariables.cpp311 bool is_zero_length; in GetPartitionSize() local
312 if (LogicalPartitionExists(device, args[0], &is_zero_length) && is_zero_length) { in GetPartitionSize()
H A Dutility.h77 bool* is_zero_length = nullptr);