Searched refs:OpenPartition (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/fastboot/device/ |
H A D | utility.h | 123 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle,
|
H A D | utility.cpp | 79 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() function
|
H A D | flashing.cpp | 178 if (!OpenPartition(device, partition_name, &handle, O_WRONLY | O_DIRECT)) { in Flash()
|
H A D | commands.cpp | 238 if (!OpenPartition(device, partition_name, &handle)) { in EraseHandler() 786 if (!OpenPartition(device_, partition_name_, &handle_, O_RDONLY)) { in Open()
|
H A D | variables.cpp | 301 if (!OpenPartition(device, args[0], &handle)) { in GetPartitionSize()
|