Home
last modified time | relevance | path

Searched refs:OpenPartition (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dutility.h123 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle,
H A Dutility.cpp79 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() function
H A Dflashing.cpp178 if (!OpenPartition(device, partition_name, &handle, O_WRONLY | O_DIRECT)) { in Flash()
H A Dcommands.cpp238 if (!OpenPartition(device, partition_name, &handle)) { in EraseHandler()
786 if (!OpenPartition(device_, partition_name_, &handle_, O_RDONLY)) { in Open()
H A Dvariables.cpp301 if (!OpenPartition(device, args[0], &handle)) { in GetPartitionSize()