Searched refs:ProcessPartition (Results 1 – 2 of 2) sorted by relevance
42 bool ProcessPartition(const chromeos_update_engine::PartitionUpdate& partition, in ProcessPartition() function126 if (!ProcessPartition(partition, images_dir, manifest.block_size())) { in main()
90 bool ProcessPartition(const PartitionUpdate& update);137 if (!ProcessPartition(update)) { in Run()176 bool PayloadConverter::ProcessPartition(const PartitionUpdate& update) { in ProcessPartition() function in android::snapshot::PayloadConverter