Searched refs:minimum_size_bytes (Results 1 – 2 of 2) sorted by relevance
624 size_t minimum_size_bytes = 0; in AddPartition() local631 minimum_size_bytes = 20LU * (1 << 20); in AddPartition()638 minimum_size_bytes = 16LU * (1 << 20); in AddPartition()645 minimum_size_bytes = 16LU * (1 << 20); in AddPartition()652 minimum_size_bytes = 24LU * (1 << 20); in AddPartition()659 minimum_size_bytes = 8LU * (1 << 30); in AddPartition()668 return gpt_->AddPartition(name, type, minimum_size_bytes, in AddPartition()761 size_t minimum_size_bytes = 0; in AddPartition() local768 minimum_size_bytes = 64LU * (1 << 20); in AddPartition()775 minimum_size_bytes = 8LU * (1 << 30); in AddPartition()[all …]
112 zx_status_t AddPartition(const char* name, uint8_t* type, size_t minimum_size_bytes,
Completed in 5 milliseconds