Home
last modified time | relevance | path

Searched refs:cow_size (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.cpp253 auto cow_size = GetCowSize(); in Run() local
254 if (!cow_size) { in Run()
259 uint64_t cow_partition_size = std::min(cow_size.value(), free_region_length); in Run()
267 auto cow_file_size = cow_size.value() - cow_partition_size; in Run()
H A Dsnapshot_writer.cpp156 uint64_t cow_size) { in SetSnapshotDevice() argument
158 cow_size_ = cow_size; in SetSnapshotDevice()
H A Dsnapshot.cpp3723 uint64_t cow_size = status.cow_partition_size() + status.cow_file_size(); variable
3724 writer->SetSnapshotDevice(std::move(fd), cow_size);
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_writer.h98 void SetSnapshotDevice(android::base::unique_fd&& snapshot_fd, uint64_t cow_size);