Home
last modified time | relevance | path

Searched defs:GetCowSize (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot_writer.h98 uint64_t GetCowSize() override { return cow_size_; } in GetCowSize() function
/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp145 std::optional<uint64_t> PartitionCowCreator::GetCowSize() { in GetCowSize() function in android::snapshot::PartitionCowCreator
Dsnapshot_writer.cpp66 uint64_t CompressedSnapshotWriter::GetCowSize() { in GetCowSize() function in android::snapshot::CompressedSnapshotWriter
Dcow_writer.cpp467 uint64_t CowWriter::GetCowSize() { in GetCowSize() function in android::snapshot::CowWriter
/system/update_engine/payload_consumer/
Dsnapshot_extent_writer_unittest.cc74 uint64_t GetCowSize() override { in GetCowSize() function in chromeos_update_engine::FakeCowWriter