Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1708 bool partition_ok = true; in RemoveAllSnapshots() local
1710 partition_ok = false; in RemoveAllSnapshots()
1712 if (partition_ok && should_delete && !DeleteSnapshot(lock, name)) { in RemoveAllSnapshots()
1713 partition_ok = false; in RemoveAllSnapshots()
1716 if (!partition_ok) { in RemoveAllSnapshots()