Home
last modified time | relevance | path

Searched refs:fake_super (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h53 extern std::string fake_super;
75 explicit TestDeviceInfo(const std::string& fake_super) { set_fake_super(fake_super); } in TestDeviceInfo() argument
76 TestDeviceInfo(const std::string& fake_super, const std::string& slot_suffix) in TestDeviceInfo() argument
77 : TestDeviceInfo(fake_super) { in TestDeviceInfo()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp84 std::string fake_super; variable
181 TestPartitionOpener opener(fake_super); in FormatFakeSuper()
182 ASSERT_TRUE(FlashPartitionTable(opener, fake_super, *metadata.get())); in FormatFakeSuper()
188 TestPartitionOpener opener(fake_super);
211 TestPartitionOpener opener(fake_super); in CreatePartition()
219 .block_device = fake_super, in CreatePartition()
230 TestPartitionOpener opener(fake_super); in MapUpdateSnapshot()
232 .block_device = fake_super, in MapUpdateSnapshot()
255 TestPartitionOpener opener(fake_super); in MapUpdateSnapshot()
257 .block_device = fake_super, in MapUpdateSnapshot()
[all …]
Dpartition_cow_creator_test.cpp101 ASSERT_TRUE(FlashPartitionTable(opener, fake_super, *source_metadata.get())); in TEST_F()