Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp165 auto state = ReadUpdateState(file.get()); in BeginUpdate()
190 UpdateState state = ReadUpdateState(file.get()); in TryCancelUpdate()
287 auto update_state = ReadUpdateState(lock.get()); in FinishedSnapshotWrites()
635 UpdateState state = ReadUpdateState(lock.get()); in InitiateMerge()
1313 UpdateState state = ReadUpdateState(lock.get()); in AcknowledgeMergeFailure()
1887 switch (ReadUpdateState(lock.get())) { in NeedSnapshotsInFirstStageMount()
2306 auto state = ReadUpdateState(lock.get()); in MapAllSnapshots()
2485 UpdateState SnapshotManager::ReadUpdateState(LockedFile* lock) { in ReadUpdateState() function in android::snapshot::SnapshotManager
2707 auto update_state = ReadUpdateState(lock.get()); in CreateUpdateSnapshots()
3279 ss << "Update state: " << ReadUpdateState(file.get()) << std::endl; in Dump()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h549 UpdateState ReadUpdateState(LockedFile* file);