Searched refs:PartitionCowCreator (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | partition_cow_creator.cpp | 55 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()
|
D | partition_cow_creator_test.cpp | 64 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()
|
D | partition_cow_creator.h | 32 struct PartitionCowCreator { struct
|
D | snapshot.cpp | 2201 PartitionCowCreator cow_creator{ in CreateUpdateSnapshots() 2239 LockedFile* lock, const DeltaArchiveManifest& manifest, PartitionCowCreator* cow_creator, in CreateUpdateSnapshotsInternal()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 72 struct PartitionCowCreator; 330 friend struct PartitionCowCreator; 542 PartitionCowCreator* cow_creator, AutoDeviceList* created_devices,
|