Searched refs:MapPartitionWithSnapshot (Results 1 – 2 of 2) sorted by relevance
510 bool MapPartitionWithSnapshot(LockedFile* lock, CreateLogicalPartitionParams params,
1567 if (!MapPartitionWithSnapshot(lock.get(), std::move(params), &ignore_path)) { in CreateLogicalAndSnapshotPartitions()1593 bool SnapshotManager::MapPartitionWithSnapshot(LockedFile* lock, in MapPartitionWithSnapshot() function in android::snapshot::SnapshotManager2430 return MapPartitionWithSnapshot(lock.get(), params, snapshot_path); in MapUpdateSnapshot()