Home
last modified time | relevance | path

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

/system/uapp/disk-pave/
A Ddevice-partitioner.cpp475 size_t optional_reserve_bytes, fbl::unique_fd* out_fd) { in AddPartition() argument
485 if (optional_reserve_bytes) { in AddPartition()
491 const size_t optional_reserve_blocks = optional_reserve_bytes / block_info_.block_size; in AddPartition()
492 if (length - optional_reserve_bytes > (minimum_size_bytes / block_info_.block_size)) { in AddPartition()
625 size_t optional_reserve_bytes = 0; in AddPartition() local
669 optional_reserve_bytes, out_fd); in AddPartition()
762 size_t optional_reserve_bytes = 0; in AddPartition() local
784 optional_reserve_bytes, out_fd); in AddPartition()
A Ddevice-partitioner.h113 size_t optional_reserve_bytes, fbl::unique_fd* out_fd);

Completed in 7 milliseconds