Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp639 bool userspace_snapshots = sm->UpdateUsesUserSnapshots(lock_.get()); in TEST_F() local
662 if (userspace_snapshots) { in TEST_F()
702 bool userspace_snapshots = init->UpdateUsesUserSnapshots(lock_.get()); in TEST_F() local
716 if (userspace_snapshots) { in TEST_F()
1498 bool userspace_snapshots = init->UpdateUsesUserSnapshots(); in TEST_F() local
1499 if (userspace_snapshots) { in TEST_F()
2424 bool userspace_snapshots = init->UpdateUsesUserSnapshots(); in TEST_F() local
2426 if (userspace_snapshots) { in TEST_F()
2439 if (userspace_snapshots) { in TEST_F()
2494 bool userspace_snapshots = sm->UpdateUsesUserSnapshots(); in TEST_F() local
[all …]
H A Dsnapshot.cpp2163 is_snapshot_userspace_ = update_status.userspace_snapshots(); in UpdateUsesUserSnapshots()
2971 status.set_userspace_snapshots(old_status.userspace_snapshots()); in WriteUpdateState()
3223 bool userspace_snapshots = CanUseUserspaceSnapshots(); in CreateUpdateSnapshots() local
3238 if (userspace_snapshots) { in CreateUpdateSnapshots()
3244 userspace_snapshots = false; in CreateUpdateSnapshots()
3248 const bool using_snapuserd = userspace_snapshots || legacy_compression; in CreateUpdateSnapshots()
3323 if (userspace_snapshots) { in CreateUpdateSnapshots()
3337 is_snapshot_userspace_.emplace(userspace_snapshots); in CreateUpdateSnapshots()
3780 ss << "Using userspace snapshots: " << update_status.userspace_snapshots() << std::endl; in Dump()
4307 stats->report()->set_userspace_snapshots_used(update_status.userspace_snapshots()); in SetMergeStatsFeatures()
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto205 bool userspace_snapshots = 9;