Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot_writer.h104 uint64_t GetCowSize() override { return cow_size_; } in GetCowSize() function
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.cpp158 std::optional<uint64_t> PartitionCowCreator::GetCowSize() { in GetCowSize() function in android::snapshot::PartitionCowCreator
H A Dsnapshot_writer.cpp66 uint64_t CompressedSnapshotWriter::GetCowSize() { in GetCowSize() function in android::snapshot::CompressedSnapshotWriter
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp700 uint64_t CowWriter::GetCowSize() { in GetCowSize() function in android::snapshot::CowWriter