Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2007 bool partition_ok = true; in RemoveAllSnapshots() local
2009 partition_ok = false; in RemoveAllSnapshots()
2011 if (partition_ok && should_delete && !DeleteSnapshot(lock, name)) { in RemoveAllSnapshots()
2012 partition_ok = false; in RemoveAllSnapshots()
2015 if (!partition_ok) { in RemoveAllSnapshots()