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.h53 CreateResult RecoveryCreateSnapshotDevices() override;
54 CreateResult RecoveryCreateSnapshotDevices(
Dmock_snapshot.h58 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices, (), (override));
59 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices,
Dsnapshot.h275 virtual CreateResult RecoveryCreateSnapshotDevices() = 0;
279 virtual CreateResult RecoveryCreateSnapshotDevices(
372 CreateResult RecoveryCreateSnapshotDevices() override;
373 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.cpp3979 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager
3990 return RecoveryCreateSnapshotDevices(mount); in RecoveryCreateSnapshotDevices()
3993 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()