Home
last modified time | relevance | path

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

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