Searched refs:MapCowDevices (Results 1 – 2 of 2) sorted by relevance
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 670 bool MapCowDevices(LockedFile* lock, const CreateLogicalPartitionParams& params,
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 2070 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot() 2180 bool SnapshotManager::MapCowDevices(LockedFile* lock, const CreateLogicalPartitionParams& params, in MapCowDevices() function in android::snapshot::SnapshotManager 3036 if (!MapCowDevices(lock, cow_params, it->second, &created_devices_for_cow, &cow_name)) { in InitializeUpdateSnapshots()
|