Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_stub.h52 CreateResult RecoveryCreateSnapshotDevices() override;
53 CreateResult RecoveryCreateSnapshotDevices(
H A Dmock_snapshot.h57 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices, (), (override));
58 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices,
H A Dsnapshot.h271 virtual CreateResult RecoveryCreateSnapshotDevices() = 0;
275 virtual CreateResult RecoveryCreateSnapshotDevices(
367 CreateResult RecoveryCreateSnapshotDevices() override;
368 CreateResult RecoveryCreateSnapshotDevices(
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stub.cpp98 CreateResult SnapshotManagerStub::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManagerStub
103 CreateResult SnapshotManagerStub::RecoveryCreateSnapshotDevices( in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManagerStub
H A Dsnapshot_fuzz.cpp82 FUZZ_SIMPLE_FUNCTION(SnapshotManagerAction, RecoveryCreateSnapshotDevices);
146 return snapshot->RecoveryCreateSnapshotDevices(device); in SNAPSHOT_FUZZ_FUNCTION()
H A Dsnapshot.cpp3558 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager
3569 return RecoveryCreateSnapshotDevices(mount); in RecoveryCreateSnapshotDevices()
3572 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices( in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager
/aosp12/bootable/recovery/install/
H A Dsnapshot_utils.cpp69 auto ret = sm->RecoveryCreateSnapshotDevices(); in CreateSnapshotPartitions()
/aosp12/system/update_engine/aosp/
H A Dcleanup_previous_update_action.cc228 snapshot_->RecoveryCreateSnapshotDevices(metadata_device_); in CheckSlotMarkedSuccessfulOrSchedule()