Searched refs:UnmapUpdateSnapshot (Results 1 – 7 of 7) sorted by relevance
46 bool UnmapUpdateSnapshot(const std::string& target_partition_name) override;
49 MOCK_METHOD(bool, UnmapUpdateSnapshot, (const std::string& target_partition_name), (override));
228 virtual bool UnmapUpdateSnapshot(const std::string& target_partition_name) = 0;368 bool UnmapUpdateSnapshot(const std::string& target_partition_name) override;
72 bool SnapshotManagerStub::UnmapUpdateSnapshot(const std::string&) { in UnmapUpdateSnapshot() function in android::snapshot::SnapshotManagerStub
167 if (!sm->UnmapUpdateSnapshot(system_target_name)) { in CreateTestUpdate()
497 if (!sm->UnmapUpdateSnapshot("test_partition_b")) { in SimulateReboot()653 ASSERT_TRUE(sm->UnmapUpdateSnapshot("test_partition_b")); in TEST_F()1049 ASSERT_TRUE(sm->UnmapUpdateSnapshot(name)); in SetUp()1695 ASSERT_TRUE(sm->UnmapUpdateSnapshot("sys_b")); in TEST_F()1707 ASSERT_TRUE(sm->UnmapUpdateSnapshot("sys_b")); in TEST_F()
3730 bool SnapshotManager::UnmapUpdateSnapshot(const std::string& target_partition_name) { in UnmapUpdateSnapshot() function in android::snapshot::SnapshotManager