Home
last modified time | relevance | path

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

/system/update_engine/aosp/
Dcow_converter.cc42 bool ProcessPartition(const chromeos_update_engine::PartitionUpdate& partition, in ProcessPartition() function
126 if (!ProcessPartition(partition, images_dir, manifest.block_size())) { in main()
/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp90 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