Searched refs:MapPartitionWithSnapshot (Results 1 – 2 of 2) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 1935 if (!MapPartitionWithSnapshot(lock, std::move(params), SnapshotContext::Mount, nullptr)) { in MapAllPartitions() 1961 bool SnapshotManager::MapPartitionWithSnapshot(LockedFile* lock, in MapPartitionWithSnapshot() function in android::snapshot::SnapshotManager 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()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 659 bool MapPartitionWithSnapshot(LockedFile* lock, CreateLogicalPartitionParams params,
|