Searched refs:OpenPartition (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/gsid/ |
H A D | partition_installer.cpp | 96 system_device_ = OpenPartition(GetBackingFile(name_)); in StartInstall() 182 std::unique_ptr<MappedDevice> PartitionInstaller::OpenPartition(const std::string& name) { in OpenPartition() function in android::gsi::PartitionInstaller 291 auto device = OpenPartition(file); in Format()
|
H A D | partition_installer.h | 71 std::unique_ptr<MappedDevice> OpenPartition(const std::string& name);
|
/aosp12/system/core/fastboot/device/ |
H A D | utility.h | 80 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle,
|
H A D | flashing.cpp | 150 if (!OpenPartition(device, partition_name, &handle)) { in Flash()
|
H A D | utility.cpp | 80 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() function
|
H A D | commands.cpp | 217 if (!OpenPartition(device, partition_name, &handle)) { in EraseHandler() 728 if (!OpenPartition(device_, partition_name_, &handle_, true /* read */)) { in Open()
|
H A D | variables.cpp | 318 if (!OpenPartition(device, args[0], &handle)) { in GetPartitionSize()
|