Lines Matching refs:FindPartition
515 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, gpt_partition_t** out, in FindPartition() function in paver::GptDevicePartitioner
542 zx_status_t GptDevicePartitioner::FindPartition(FilterCallback filter, in FindPartition() function in paver::GptDevicePartitioner
672 zx_status_t EfiDevicePartitioner::FindPartition(Partition partition_type, in FindPartition() function in paver::EfiDevicePartitioner
676 return gpt_->FindPartition(IsGigabootPartition, out_fd); in FindPartition()
683 return gpt_->FindPartition(filter, out_fd); in FindPartition()
690 return gpt_->FindPartition(filter, out_fd); in FindPartition()
697 return gpt_->FindPartition(filter, out_fd); in FindPartition()
700 return gpt_->FindPartition(FvmFilterCallback, out_fd); in FindPartition()
787 zx_status_t CrosDevicePartitioner::FindPartition(Partition partition_type, in FindPartition() function in paver::CrosDevicePartitioner
795 return gpt_->FindPartition(filter, out_fd); in FindPartition()
798 return gpt_->FindPartition(FvmFilterCallback, out_fd); in FindPartition()
841 if ((status = gpt_->FindPartition(filter_zircona, &partition, nullptr)) != ZX_OK) { in FinalizePartition()
900 zx_status_t FixedDevicePartitioner::FindPartition(Partition partition_type, in FindPartition() function in paver::FixedDevicePartitioner
986 zx_status_t SkipBlockDevicePartitioner::FindPartition(Partition partition_type, in FindPartition() function in paver::SkipBlockDevicePartitioner