Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp320 auto update_state = ReadUpdateState(lock.get()); in FinishedSnapshotWrites() local
321 if (update_state == UpdateState::Unverified) { in FinishedSnapshotWrites()
326 if (update_state != UpdateState::Initiated) { in FinishedSnapshotWrites()
3143 auto update_state = ReadUpdateState(lock.get()); in CreateUpdateSnapshots() local
3144 if (update_state != UpdateState::Initiated) { in CreateUpdateSnapshots()
3145 LOG(ERROR) << "Cannot create update snapshots in state " << update_state; in CreateUpdateSnapshots()
3320 status.set_state(update_state); in CreateUpdateSnapshots()