Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h629 enum class SnapshotContext { enum
660 SnapshotContext context, SnapshotPaths* paths);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1935 if (!MapPartitionWithSnapshot(lock, std::move(params), SnapshotContext::Mount, nullptr)) { in MapAllPartitions()
1963 SnapshotContext context, SnapshotPaths* paths) { in MapPartitionWithSnapshot()
2085 if (context == SnapshotContext::Update && live_snapshot_status->compression_enabled()) { in MapPartitionWithSnapshot()
2346 if (!MapPartitionWithSnapshot(lock.get(), std::move(params), SnapshotContext::Mount, in MapAllSnapshots()
3098 if (!MapPartitionWithSnapshot(lock.get(), params, SnapshotContext::Update, &paths)) { in MapUpdateSnapshot()
3131 if (!MapPartitionWithSnapshot(lock.get(), params, SnapshotContext::Update, &paths)) { in OpenSnapshotWriter()