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

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.cpp212 (EfiDevicePartitioner::Initialize(&device_partitioner) == ZX_OK)) {
542 zx_status_t EfiDevicePartitioner::Initialize(fbl::unique_ptr<DevicePartitioner>* partitioner) {
554 *partitioner = fbl::move(WrapUnique(new EfiDevicePartitioner(fbl::move(gpt))));
564 zx_status_t EfiDevicePartitioner::AddPartition(Partition partition_type, fbl::unique_fd* out_fd) {
594 bool EfiDevicePartitioner::FilterZirconPartition(const block_info_t& info,
609 zx_status_t EfiDevicePartitioner::FindPartition(Partition partition_type,
634 zx_status_t EfiDevicePartitioner::WipePartitions(const fbl::Vector<Partition>& partitions) {
697 zx_status_t EfiDevicePartitioner::GetBlockSize(const fbl::unique_fd& device_fd,
H A Ddevice-partitioner.h136 class EfiDevicePartitioner : public DevicePartitioner { class in namespace:paver
155 EfiDevicePartitioner(fbl::unique_ptr<GptDevicePartitioner> gpt) function in class:paver::EfiDevicePartitioner

Completed in 45 milliseconds