Searched refs:fake_super (Results 1 – 3 of 3) sorted by relevance
80 std::string fake_super; variable176 TestPartitionOpener opener(fake_super); in FormatFakeSuper()177 ASSERT_TRUE(FlashPartitionTable(opener, fake_super, *metadata.get())); in FormatFakeSuper()182 TestPartitionOpener opener(fake_super); in CreatePartition()202 .block_device = fake_super, in CreatePartition()212 TestPartitionOpener opener(fake_super); in MapUpdatePartitions()226 .block_device = fake_super, in MapUpdatePartitions()441 TestDeviceInfo* info = new TestDeviceInfo(fake_super); in TEST_F()451 TestDeviceInfo* info = new TestDeviceInfo(fake_super); in TEST_F()520 auto init = SnapshotManager::NewForFirstStageMount(new TestDeviceInfo(fake_super, "_b")); in TEST_F()[all …]
95 ASSERT_TRUE(FlashPartitionTable(opener, fake_super, *source_metadata.get())); in TEST_F()
53 extern std::string fake_super;75 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo() argument76 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo() argument77 : TestDeviceInfo(fake_super) { in TestDeviceInfo()