Home
last modified time | relevance | path

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

/system/uapp/disk-pave/
A Ddevice-partitioner.h80 class GptDevicePartitioner {
86 fbl::unique_ptr<GptDevicePartitioner>* gpt_out);
88 virtual ~GptDevicePartitioner() { in ~GptDevicePartitioner()
129 GptDevicePartitioner(fbl::unique_fd devfs_root, fbl::unique_fd fd, gpt_device_t* gpt, in GptDevicePartitioner() function
164 EfiDevicePartitioner(fbl::unique_ptr<GptDevicePartitioner> gpt) in EfiDevicePartitioner()
167 fbl::unique_ptr<GptDevicePartitioner> gpt_;
191 CrosDevicePartitioner(fbl::unique_ptr<GptDevicePartitioner> gpt) in CrosDevicePartitioner()
194 fbl::unique_ptr<GptDevicePartitioner> gpt_;
A Ddevice-partitioner.cpp325 zx_status_t GptDevicePartitioner::InitializeGpt(fbl::unique_fd devfs_root, in InitializeGpt()
376 *gpt_out = WrapUnique(new GptDevicePartitioner(std::move(devfs_root), std::move(fd), gpt, in InitializeGpt()
386 zx_status_t GptDevicePartitioner::FindFirstFit(size_t bytes_requested, size_t* start_out, in FindFirstFit()
447 zx_status_t GptDevicePartitioner::CreateGptPartition(const char* name, uint8_t* type, in CreateGptPartition()
473 zx_status_t GptDevicePartitioner::AddPartition( in AddPartition()
515 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, gpt_partition_t** out, in FindPartition()
542 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, in FindPartition()
566 zx_status_t GptDevicePartitioner::WipePartitions(FilterCallback filter) { in WipePartitions()
606 fbl::unique_ptr<GptDevicePartitioner> gpt; in Initialize()
728 fbl::unique_ptr<GptDevicePartitioner> gpt_partitioner; in Initialize()
[all …]

Completed in 5 milliseconds