Home
last modified time | relevance | path

Searched refs:PartitionCowCreator (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp55 bool PartitionCowCreator::HasExtent(Partition* p, Extent* e) { in HasExtent()
140 uint64_t PartitionCowCreator::GetCowSize() { in GetCowSize()
171 std::optional<PartitionCowCreator::Return> PartitionCowCreator::Run() { in Run()
Dpartition_cow_creator_test.cpp64 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F()
107 PartitionCowCreator creator{.target_metadata = target.get(), in TEST_F()
143 PartitionCowCreator creator{.target_metadata = builder_b, in TEST_F()
210 PartitionCowCreator creator{.target_metadata = builder_b.get(), in TEST_F()
Dpartition_cow_creator.h32 struct PartitionCowCreator { struct
Dsnapshot.cpp2201 PartitionCowCreator cow_creator{ in CreateUpdateSnapshots()
2239 LockedFile* lock, const DeltaArchiveManifest& manifest, PartitionCowCreator* cow_creator, in CreateUpdateSnapshotsInternal()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h72 struct PartitionCowCreator;
330 friend struct PartitionCowCreator;
542 PartitionCowCreator* cow_creator, AutoDeviceList* created_devices,