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()
419 switch (ReadUpdateState(lock)) { in MapSnapshot()
562 UpdateState state = ReadUpdateState(lock.get()); in InitiateMerge()
848 UpdateState state = ReadUpdateState(lock); in CheckMergeState()
1054 UpdateState state = ReadUpdateState(lock.get()); in AcknowledgeMergeFailure()
1528 switch (ReadUpdateState(lock.get())) { in NeedSnapshotsInFirstStageMount()
1937 UpdateState SnapshotManager::ReadUpdateState(LockedFile* lock) { in ReadUpdateState() function in android::snapshot::SnapshotManager
2476 ss << "Update state: " << ReadUpdateState(file.get()) << std::endl; in Dump()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h404 UpdateState ReadUpdateState(LockedFile* file);