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

/fuchsia/zircon/system/uapp/disk-pave/test/
H A Ddevice-partitioner-test.cpp351 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kZirconA, &fd), ZX_OK);
352 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kZirconB, &fd), ZX_OK);
353 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kZirconR, &fd), ZX_OK);
354 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kFuchsiaVolumeManager, &fd), ZX_OK);
374 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kZirconA, &fd), ZX_OK);
377 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kZirconB, &fd), ZX_OK);
380 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kZirconR, &fd), ZX_OK);
383 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kFuchsiaVolumeManager, &fd), ZX_OK);
493 ASSERT_EQ(partitioner->FindPartition(paver::Partition::kBootloader, &fd), ZX_OK);
494 ASSERT_EQ(partitioner->FindPartition(pave
[all...]
/fuchsia/zircon/system/uapp/disk-pave/
H A Ddevice-partitioner.h60 virtual zx_status_t FindPartition(Partition partition_type, fbl::unique_fd* out_fd) const = 0;
112 zx_status_t FindPartition(FilterCallback filter, gpt_partition_t** out,
114 zx_status_t FindPartition(FilterCallback filter, fbl::unique_fd* out_fd) const;
146 zx_status_t FindPartition(Partition partition_type, fbl::unique_fd* out_fd) const override;
174 zx_status_t FindPartition(Partition partition_type, fbl::unique_fd* out_fd) const override;
205 zx_status_t FindPartition(Partition partition_type, fbl::unique_fd* out_fd) const override;
234 zx_status_t FindPartition(Partition partition_type, fbl::unique_fd* out_fd) const override;
H A Ddevice-partitioner.cpp455 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, gpt_partition_t** out, function in class:paver::GptDevicePartitioner
481 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, function in class:paver::GptDevicePartitioner
609 zx_status_t EfiDevicePartitioner::FindPartition(Partition partition_type, function in class:paver::EfiDevicePartitioner
623 return gpt_->FindPartition(filter, out_fd);
626 return gpt_->FindPartition(FvmFilterCallback, out_fd);
774 zx_status_t CrosDevicePartitioner::FindPartition(Partition partition_type, function in class:paver::CrosDevicePartitioner
781 return gpt_->FindPartition(filter, out_fd);
784 return gpt_->FindPartition(FvmFilterCallback, out_fd);
826 if ((status = gpt_->FindPartition(filter_zircona, &partition, nullptr)) != ZX_OK) {
925 zx_status_t FixedDevicePartitioner::FindPartition(Partitio function in class:paver::FixedDevicePartitioner
1005 zx_status_t SkipBlockDevicePartitioner::FindPartition(Partition partition_type, function in class:paver::SkipBlockDevicePartitioner
[all...]
H A Dpave-lib.cpp833 status = device_partitioner->FindPartition(Partition::kFuchsiaVolumeManager, &partition_fd);
863 if ((status = partitioner->FindPartition(partition_type, &partition_fd)) != ZX_OK) {

Completed in 81 milliseconds