Searched refs:OpenPartition (Results 1 – 7 of 7) sorted by relevance
/system/gsid/ |
D | partition_installer.cpp | 98 system_device_ = OpenPartition(GetBackingFile(name_)); in StartInstall() 185 std::unique_ptr<MappedDevice> PartitionInstaller::OpenPartition(const std::string& name) { in OpenPartition() function in android::gsi::PartitionInstaller 294 auto device = OpenPartition(file); in Format()
|
D | partition_installer.h | 74 std::unique_ptr<MappedDevice> OpenPartition(const std::string& name);
|
/system/core/fastboot/device/ |
D | utility.h | 124 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle,
|
D | utility.cpp | 80 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() function
|
D | flashing.cpp | 172 if (!OpenPartition(device, partition_name, &handle, O_WRONLY | O_DIRECT)) { in Flash()
|
D | commands.cpp | 217 if (!OpenPartition(device, partition_name, &handle)) { in EraseHandler() 736 if (!OpenPartition(device_, partition_name_, &handle_, O_RDONLY)) { in Open()
|
D | variables.cpp | 311 if (!OpenPartition(device, args[0], &handle)) { in GetPartitionSize()
|