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

/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.h76 class GptDevicePartitioner { class in namespace:paver
81 static zx_status_t InitializeGpt(fbl::unique_ptr<GptDevicePartitioner>* gpt_out);
83 virtual ~GptDevicePartitioner() {
124 GptDevicePartitioner(fbl::unique_fd fd, gpt_device_t* gpt, block_info_t block_info) function in class:paver::GptDevicePartitioner
155 EfiDevicePartitioner(fbl::unique_ptr<GptDevicePartitioner> gpt)
160 fbl::unique_ptr<GptDevicePartitioner> gpt_;
183 CrosDevicePartitioner(fbl::unique_ptr<GptDevicePartitioner> gpt)
186 fbl::unique_ptr<GptDevicePartitioner> gpt_;
H A Ddevice-partitioner.cpp228 bool GptDevicePartitioner::FindTargetGptPath(fbl::String* out) {
267 zx_status_t GptDevicePartitioner::InitializeGpt(fbl::unique_ptr<GptDevicePartitioner>* gpt_out) {
317 *gpt_out = fbl::move(WrapUnique(new GptDevicePartitioner(fbl::move(fd), gpt, block_info)));
326 zx_status_t GptDevicePartitioner::FindFirstFit(size_t bytes_requested, size_t* start_out,
387 zx_status_t GptDevicePartitioner::CreateGptPartition(const char* name, uint8_t* type,
413 zx_status_t GptDevicePartitioner::AddPartition(
455 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, gpt_partition_t** out,
481 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter,
504 zx_status_t GptDevicePartitioner
[all...]

Completed in 27 milliseconds