Home
last modified time | relevance | path

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

/system/uapp/disk-pave/
A Ddevice-partitioner.cpp657 const uint8_t fvm_type[GPT_GUID_LEN] = GUID_FVM_VALUE; in AddPartition() local
658 memcpy(type, fvm_type, GPT_GUID_LEN); in AddPartition()
773 const uint8_t fvm_type[GPT_GUID_LEN] = GUID_FVM_VALUE; in AddPartition() local
774 memcpy(type, fvm_type, GPT_GUID_LEN); in AddPartition()
931 const uint8_t fvm_type[GPT_GUID_LEN] = GUID_FVM_VALUE; in FindPartition() local
932 memcpy(type, fvm_type, GPT_GUID_LEN); in FindPartition()
944 const uint8_t fvm_type[GPT_GUID_LEN] = GUID_FVM_VALUE; in WipePartitions() local
946 if ((status = WipeBlockPartition(devfs_root_, nullptr, fvm_type)) != ZX_OK) { in WipePartitions()
1022 const uint8_t fvm_type[GPT_GUID_LEN] = GUID_FVM_VALUE; in FindPartition() local
1023 memcpy(type, fvm_type, GPT_GUID_LEN); in FindPartition()
[all …]

Completed in 5 milliseconds