Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1356 bool partition_ok = true; in RemoveAllSnapshots() local
1358 partition_ok = false; in RemoveAllSnapshots()
1360 if (partition_ok && should_delete && !DeleteSnapshot(lock, name)) { in RemoveAllSnapshots()
1361 partition_ok = false; in RemoveAllSnapshots()
1364 if (!partition_ok) { in RemoveAllSnapshots()