Home
last modified time | relevance | path

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

/system/gsid/
Dpartition_installer.cpp98 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()
Dpartition_installer.h74 std::unique_ptr<MappedDevice> OpenPartition(const std::string& name);
/system/core/fastboot/device/
Dutility.h124 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle,
Dutility.cpp80 bool OpenPartition(FastbootDevice* device, const std::string& name, PartitionHandle* handle, in OpenPartition() function
Dflashing.cpp172 if (!OpenPartition(device, partition_name, &handle, O_WRONLY | O_DIRECT)) { in Flash()
Dcommands.cpp217 if (!OpenPartition(device, partition_name, &handle)) { in EraseHandler()
736 if (!OpenPartition(device_, partition_name_, &handle_, O_RDONLY)) { in Open()
Dvariables.cpp311 if (!OpenPartition(device, args[0], &handle)) { in GetPartitionSize()