Searched defs:GetCowSize (Results 1 – 5 of 5) sorted by relevance
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ | ||
D | snapshot_writer.h | 98 uint64_t GetCowSize() override { return cow_size_; } in GetCowSize() function |
/system/core/fs_mgr/libsnapshot/ | ||
D | partition_cow_creator.cpp | 145 std::optional<uint64_t> PartitionCowCreator::GetCowSize() { in GetCowSize() function in android::snapshot::PartitionCowCreator |
D | snapshot_writer.cpp | 66 uint64_t CompressedSnapshotWriter::GetCowSize() { in GetCowSize() function in android::snapshot::CompressedSnapshotWriter |
D | cow_writer.cpp | 467 uint64_t CowWriter::GetCowSize() { in GetCowSize() function in android::snapshot::CowWriter |
/system/update_engine/payload_consumer/ | ||
D | snapshot_extent_writer_unittest.cc | 74 uint64_t GetCowSize() override { in GetCowSize() function in chromeos_update_engine::FakeCowWriter |