Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.h69 bool enable_threading; member
Dsnapshot.cpp473 if (cow_creator->enable_threading) { in CreateSnapshot()
474 status->set_enable_threading(cow_creator->enable_threading); in CreateSnapshot()
3566 cow_creator.enable_threading = dap_metadata.vabc_feature_set().threaded(); in CreateUpdateSnapshots()
3999 cow_options.num_compress_threads = status.enable_threading() ? 2 : 1; in OpenCompressedSnapshotWriter()
/system/update_engine/payload_consumer/
Dinstall_plan.h201 std::optional<bool> enable_threading; member
Ddelta_performer.cc660 if (install_plan_->enable_threading) { in ParseManifest()
663 ->set_threaded(install_plan_->enable_threading.value()); in ParseManifest()
665 << (install_plan_->enable_threading.value() ? "enable" in ParseManifest()
/system/update_engine/scripts/
Dupdate_device.py480 if args.enable_threading:
/system/core/fs_mgr/libsnapshot/android/snapshot/
Dsnapshot.proto110 bool enable_threading = 13; field
/system/update_engine/aosp/
Dupdate_attempter_android.cc417 install_plan_.enable_threading = in ApplyPayload()