Searched refs:OpenBlockPartition (Results 1 – 1 of 1) sorted by relevance
| /system/uapp/disk-pave/ |
| A D | device-partitioner.cpp | 157 zx_status_t OpenBlockPartition(const fbl::unique_fd& devfs_root, const uint8_t* unique_guid, in OpenBlockPartition() function 223 … if ((status = OpenBlockPartition(devfs_root, unique_guid, type_guid, ZX_SEC(3), &fd)) != ZX_OK) { in WipeBlockPartition() 507 if ((status = OpenBlockPartition(devfs_root_, guid, type, ZX_SEC(5), out_fd)) != ZX_OK) { in AddPartition() 530 status = OpenBlockPartition(devfs_root_, p->guid, p->type, ZX_SEC(5), out_fd); in FindPartition() 554 status = OpenBlockPartition(devfs_root_, p->guid, p->type, ZX_SEC(5), out_fd); in FindPartition() 940 return OpenBlockPartition(devfs_root_, nullptr, type, ZX_SEC(5), out_fd); in FindPartition() 1025 return OpenBlockPartition(block_devfs_root_, nullptr, type, ZX_SEC(5), out_fd); in FindPartition() 1039 status = OpenBlockPartition(block_devfs_root_, nullptr, fvm_type, ZX_SEC(3), &block_fd); in WipePartitions()
|
Completed in 5 milliseconds