Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h510 bool MapPartitionWithSnapshot(LockedFile* lock, CreateLogicalPartitionParams params,
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1567 if (!MapPartitionWithSnapshot(lock.get(), std::move(params), &ignore_path)) { in CreateLogicalAndSnapshotPartitions()
1593 bool SnapshotManager::MapPartitionWithSnapshot(LockedFile* lock, in MapPartitionWithSnapshot() function in android::snapshot::SnapshotManager
2430 return MapPartitionWithSnapshot(lock.get(), params, snapshot_path); in MapUpdateSnapshot()