Searched refs:RecoveryCreateSnapshotDevices (Results 1 – 7 of 7) sorted by relevance
52 CreateResult RecoveryCreateSnapshotDevices() override;53 CreateResult RecoveryCreateSnapshotDevices(
57 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices, (), (override));58 MOCK_METHOD(CreateResult, RecoveryCreateSnapshotDevices,
271 virtual CreateResult RecoveryCreateSnapshotDevices() = 0;275 virtual CreateResult RecoveryCreateSnapshotDevices(367 CreateResult RecoveryCreateSnapshotDevices() override;368 CreateResult RecoveryCreateSnapshotDevices(
98 CreateResult SnapshotManagerStub::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManagerStub103 CreateResult SnapshotManagerStub::RecoveryCreateSnapshotDevices( in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManagerStub
82 FUZZ_SIMPLE_FUNCTION(SnapshotManagerAction, RecoveryCreateSnapshotDevices);146 return snapshot->RecoveryCreateSnapshotDevices(device); in SNAPSHOT_FUZZ_FUNCTION()
3526 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices() { in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager3537 return RecoveryCreateSnapshotDevices(mount); in RecoveryCreateSnapshotDevices()3540 CreateResult SnapshotManager::RecoveryCreateSnapshotDevices( in RecoveryCreateSnapshotDevices() function in android::snapshot::SnapshotManager
228 snapshot_->RecoveryCreateSnapshotDevices(metadata_device_); in CheckSlotMarkedSuccessfulOrSchedule()