Searched refs:NewForUpdate (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/fs_mgr/liblp/ |
H A D | io_test.cpp | 694 builder = MetadataBuilder::NewForUpdate(opener, "super_a", 0, 1); in TEST_F() 713 auto builder = MetadataBuilder::NewForUpdate(opener, "super", 0, 1); in TEST_F() 729 auto builder = MetadataBuilder::NewForUpdate(opener, "super", 0, 1); in TEST_F()
|
H A D | builder.cpp | 217 std::unique_ptr<MetadataBuilder> MetadataBuilder::NewForUpdate(const IPartitionOpener& opener, in NewForUpdate() function in android::fs_mgr::MetadataBuilder
|
/aosp14/system/core/fs_mgr/liblp/include/liblp/ |
H A D | builder.h | 232 static std::unique_ptr<MetadataBuilder> NewForUpdate(const IPartitionOpener& opener,
|
/aosp14/system/core/fs_mgr/libsnapshot/ |
H A D | partition_cow_creator_test.cpp | 103 auto target = MetadataBuilder::NewForUpdate(opener, "super", 0, 1); in TEST_F()
|
H A D | snapshot.cpp | 3172 MetadataBuilder::NewForUpdate(opener, current_super, current_slot, target_slot); in CreateUpdateSnapshots()
|