Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dsnapshot_utils.cpp35 auto sm = SnapshotManager::NewForFirstStageMount(); in FinishPendingSnapshotMerges() local
36 if (!sm) { in FinishPendingSnapshotMerges()
43 sm->GetUpdateState(&progress); in FinishPendingSnapshotMerges()
46 if (!sm->HandleImminentDataWipe(callback)) { in FinishPendingSnapshotMerges()
60 auto sm = SnapshotManager::NewForFirstStageMount(); in CreateSnapshotPartitions() local
61 if (!sm) { in CreateSnapshotPartitions()
69 auto ret = sm->RecoveryCreateSnapshotDevices(); in CreateSnapshotPartitions()
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp354 auto sm = android::defaultServiceManager(); in update_verifier() local
355 android::sp<android::IBinder> binder = sm->getService(android::String16("vold")); in update_verifier()