Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h672 bool MapAllPartitions(LockedFile* lock, const std::string& super_device, uint32_t slot,
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2258 return MapAllPartitions(lock.get(), super_device, slot, timeout_ms); in CreateLogicalAndSnapshotPartitions()
2261 bool SnapshotManager::MapAllPartitions(LockedFile* lock, const std::string& super_device, in MapAllPartitions() function in android::snapshot::SnapshotManager