Searched refs:gpt_partitioner (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp712 fbl::unique_ptr<GptDevicePartitioner> gpt_partitioner; local
714 if ((status = GptDevicePartitioner::InitializeGpt(&gpt_partitioner)) != ZX_OK) {
718 gpt_device_t* gpt = gpt_partitioner->GetGpt();
724 gpt_partitioner->GetBlockInfo(&info);
732 ioctl_block_rr_part(gpt_partitioner->GetFd());
736 *partitioner = fbl::move(WrapUnique(new CrosDevicePartitioner(fbl::move(gpt_partitioner))));

Completed in 28 milliseconds