Home
last modified time | relevance | path

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

/system/ulib/fvm-host/container/
A Dsparse.cpp109 uintptr_t partition_ptr = reinterpret_cast<uintptr_t>(reader_->Partitions()); in SparseContainer() local
113 memcpy(&partition.descriptor, reinterpret_cast<void*>(partition_ptr), in SparseContainer()
116 partition_ptr += sizeof(fvm::partition_descriptor_t); in SparseContainer()
120 memcpy(&extent, reinterpret_cast<void*>(partition_ptr), in SparseContainer()
123 partition_ptr += sizeof(fvm::extent_descriptor_t); in SparseContainer()

Completed in 3 milliseconds