Home
last modified time | relevance | path

Searched refs:EnsureMetadataMounted (Results 1 – 11 of 11) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_stub.h49 std::unique_ptr<AutoDevice> EnsureMetadataMounted() override;
Dmock_snapshot.h51 MOCK_METHOD(std::unique_ptr<AutoDevice>, EnsureMetadataMounted, (), (override));
Dsnapshot.h244 virtual std::unique_ptr<AutoDevice> EnsureMetadataMounted() = 0;
302 std::unique_ptr<AutoDevice> EnsureMetadataMounted() override;
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp113 std::unique_ptr<AutoDevice> SnapshotManagerStub::EnsureMetadataMounted() { in EnsureMetadataMounted() function in android::snapshot::SnapshotManagerStub
Dsnapshot_fuzz.cpp83 FUZZ_SIMPLE_FUNCTION(SnapshotManagerAction, EnsureMetadataMounted);
Dsnapshot.cpp2516 std::unique_ptr<AutoDevice> SnapshotManager::EnsureMetadataMounted() { in EnsureMetadataMounted() function in android::snapshot::SnapshotManager
2543 auto mount = EnsureMetadataMounted(); in HandleImminentDataWipe()
2595 auto mount = EnsureMetadataMounted(); in FinishMergeInRecovery()
2707 auto mount = EnsureMetadataMounted(); in RecoveryCreateSnapshotDevices()
Dsnapshot_test.cpp1407 auto device = sm->EnsureMetadataMounted(); in TEST_F()
1422 auto device = sm->EnsureMetadataMounted(); in TEST_F()
1492 auto mount = new_sm->EnsureMetadataMounted(); in TEST_F()
/system/update_engine/
Ddynamic_partition_control_android.h268 bool EnsureMetadataMounted();
Ddynamic_partition_control_android.cc422 TEST_AND_RETURN_FALSE(EnsureMetadataMounted() || IsRecovery()); in PreparePartitionsForUpdate()
1154 bool DynamicPartitionControlAndroid::EnsureMetadataMounted() { in EnsureMetadataMounted() function in chromeos_update_engine::DynamicPartitionControlAndroid
1161 metadata_device_ = snapshot_->EnsureMetadataMounted(); in EnsureMetadataMounted()
Dcleanup_previous_update_action.cc161 metadata_device_ = snapshot_->EnsureMetadataMounted(); in CheckSlotMarkedSuccessfulOrSchedule()
Ddynamic_partition_control_android_unittest.cc931 EXPECT_CALL(*snapshot_, EnsureMetadataMounted()) in SetUp()