Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h688 bool TryCancelUpdate(bool* needs_merge);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp143 if (!TryCancelUpdate(&needs_merge)) { in BeginUpdate()
175 if (!TryCancelUpdate(&needs_merge)) { in CancelUpdate()
184 bool SnapshotManager::TryCancelUpdate(bool* needs_merge) { in TryCancelUpdate() function in android::snapshot::SnapshotManager