Searched defs:partition_type (Results 1 – 4 of 4) sorted by relevance
| /system/uapp/disk-pave/ |
| A D | device-partitioner.cpp | 51 const uint8_t partition_type[GPT_GUID_LEN] = GUID_FVM_VALUE; in FvmFilterCallback() local 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() 757 zx_status_t CrosDevicePartitioner::AddPartition(Partition partition_type, in AddPartition() 787 zx_status_t CrosDevicePartitioner::FindPartition(Partition partition_type, in FindPartition() 806 zx_status_t CrosDevicePartitioner::FinalizePartition(Partition partition_type) { in FinalizePartition() 900 zx_status_t FixedDevicePartitioner::FindPartition(Partition partition_type, in FindPartition() 986 zx_status_t SkipBlockDevicePartitioner::FindPartition(Partition partition_type, in FindPartition()
|
| A D | device-partitioner.h | 210 zx_status_t AddPartition(Partition partition_type, fbl::unique_fd* out_fd) override { in AddPartition() 243 zx_status_t AddPartition(Partition partition_type, fbl::unique_fd* out_fd) override { in AddPartition()
|
| A D | pave-lib.cpp | 346 Partition partition_type, Arch arch) { in ValidateKernelPayload() 857 fbl::unique_fd payload_fd, Partition partition_type, Arch arch) { in PartitionPave()
|
| /system/host/fvm/ |
| A D | main.cpp | 55 char* partition_type = argv[i] + 2; in add_partitions() local
|
Completed in 12 milliseconds