Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp143 auto state = ReadUpdateState(file.get()); in BeginUpdate()
168 UpdateState state = ReadUpdateState(file.get()); in TryCancelUpdate()
255 auto update_state = ReadUpdateState(lock.get()); in FinishedSnapshotWrites()
418 switch (ReadUpdateState(lock)) { in MapSnapshot()
561 UpdateState state = ReadUpdateState(lock.get()); in InitiateMerge()
847 UpdateState state = ReadUpdateState(lock); in CheckMergeState()
1053 UpdateState state = ReadUpdateState(lock.get()); in AcknowledgeMergeFailure()
1527 switch (ReadUpdateState(lock.get())) { in NeedSnapshotsInFirstStageMount()
1936 UpdateState SnapshotManager::ReadUpdateState(LockedFile* lock) { in ReadUpdateState() function in android::snapshot::SnapshotManager
2479 ss << "Update state: " << ReadUpdateState(file.get()) << std::endl; in Dump()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h444 UpdateState ReadUpdateState(LockedFile* file);