Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h52 CreateResult RecoveryCreateSnapshotDevices() override;
53 CreateResult RecoveryCreateSnapshotDevices(
Dmock_snapshot.h57 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices, (), (override));
58 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices,
Dsnapshot.h271 virtual CreateResult RecoveryCreateSnapshotDevices() = 0;
275 virtual CreateResult RecoveryCreateSnapshotDevices(
367 CreateResult RecoveryCreateSnapshotDevices() override;
368 CreateResult RecoveryCreateSnapshotDevices(
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp98 CreateResult SnapshotManagerStub::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManagerStub
103 CreateResult SnapshotManagerStub::RecoveryCreateSnapshotDevices( in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManagerStub
Dsnapshot_fuzz.cpp82 FUZZ_SIMPLE_FUNCTION(SnapshotManagerAction, RecoveryCreateSnapshotDevices);
146 return snapshot->RecoveryCreateSnapshotDevices(device); in SNAPSHOT_FUZZ_FUNCTION()
Dsnapshot.cpp3526 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager
3537 return RecoveryCreateSnapshotDevices(mount); in RecoveryCreateSnapshotDevices()
3540 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices( in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc228 snapshot_->RecoveryCreateSnapshotDevices(metadata_device_); in CheckSlotMarkedSuccessfulOrSchedule()