Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.h83 std::optional<uint64_t> GetCowSize();
Dpartition_cow_creator.cpp158 std::optional<uint64_t> PartitionCowCreator::GetCowSize() { in GetCowSize() function in android::snapshot::PartitionCowCreator
254 auto cow_size = GetCowSize(); in Run()
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc103 uint64_t GetCowSize() const { in GetCowSize() function in chromeos_update_engine::FakeCowWriter
110 return android::snapshot::CowSizeInfo{GetCowSize(), 0}; in GetCowSizeInfo()