Home
last modified time | relevance | path

Searched refs:AutoDeleteSnapshot (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.h83 struct AutoDeleteSnapshot : AutoDevice { struct
84 AutoDeleteSnapshot(SnapshotManager* manager, SnapshotManager::LockedFile* lock, in AutoDeleteSnapshot() function
87 ~AutoDeleteSnapshot();
90 DISALLOW_COPY_AND_ASSIGN(AutoDeleteSnapshot);
H A Dutility.cpp94 AutoDeleteSnapshot::~AutoDeleteSnapshot() { in ~AutoDeleteSnapshot()
H A Dsnapshot.cpp3461 created_devices->EmplaceBack<AutoDeleteSnapshot>(this, lock, target_partition->name()); in CreateUpdateSnapshotsInternal()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h70 struct AutoDeleteSnapshot;
449 friend struct AutoDeleteSnapshot;