Home
last modified time | relevance | path

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

/system/uapp/disk-pave/
A Ddevice-partitioner.h144 class EfiDevicePartitioner : public DevicePartitioner {
164 EfiDevicePartitioner(fbl::unique_ptr<GptDevicePartitioner> gpt) in EfiDevicePartitioner() function
A Ddevice-partitioner.cpp264 (EfiDevicePartitioner::Initialize(std::move(devfs_root), &device_partitioner) == ZX_OK)) { in Create()
604 zx_status_t EfiDevicePartitioner::Initialize(fbl::unique_fd devfs_root, in Initialize()
617 *partitioner = WrapUnique(new EfiDevicePartitioner(std::move(gpt))); in Initialize()
621 zx_status_t EfiDevicePartitioner::AddPartition(Partition partition_type, fbl::unique_fd* out_fd) { in AddPartition()
672 zx_status_t EfiDevicePartitioner::FindPartition(Partition partition_type, in FindPartition()
708 zx_status_t EfiDevicePartitioner::WipePartitions() { in WipePartitions()
712 zx_status_t EfiDevicePartitioner::GetBlockSize(const fbl::unique_fd& device_fd, in GetBlockSize()

Completed in 6 milliseconds