Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp80 std::string fake_super; variable
176 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 …]
Dpartition_cow_creator_test.cpp95 ASSERT_TRUE(FlashPartitionTable(opener, fake_super, *source_metadata.get())); in TEST_F()
/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()