Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.h64 bool enable_threading; member
H A Dsnapshot.cpp403 if (cow_creator->enable_threading) { in CreateSnapshot()
404 status->set_enable_threading(cow_creator->enable_threading); in CreateSnapshot()
3274 cow_creator.enable_threading = dap_metadata.vabc_feature_set().threaded(); in CreateUpdateSnapshots()
3667 cow_options.num_compress_threads = status.enable_threading() ? 2 : 0;
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto113 bool enable_threading = 13;