Home
last modified time | relevance | path

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

/aosp12/system/gsid/
H A Dpartition_installer.cpp96 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 Dpartition_installer.h71 std::unique_ptr<MappedDevice> OpenPartition(const std::string& name);
/aosp12/system/core/fastboot/device/
H A Dutility.h80 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle,
H A Dflashing.cpp150 if (!OpenPartition(device, partition_name, &handle)) { in Flash()
H A Dutility.cpp80 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() function
H A Dcommands.cpp217 if (!OpenPartition(device, partition_name, &handle)) { in EraseHandler()
728 if (!OpenPartition(device_, partition_name_, &handle_, true /* read */)) { in Open()
H A Dvariables.cpp318 if (!OpenPartition(device, args[0], &handle)) { in GetPartitionSize()