Searched refs:SnapshotContext (Results 1 – 2 of 2) sorted by relevance
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 629 enum class SnapshotContext { enum 660 SnapshotContext context, SnapshotPaths* paths);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 1935 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()
|