Searched refs:GetCowSize (Results 1 – 3 of 3) sorted by relevance
83 std::optional<uint64_t> GetCowSize();
158 std::optional<uint64_t> PartitionCowCreator::GetCowSize() { in GetCowSize() function in android::snapshot::PartitionCowCreator254 auto cow_size = GetCowSize(); in Run()
103 uint64_t GetCowSize() const { in GetCowSize() function in chromeos_update_engine::FakeCowWriter110 return android::snapshot::CowSizeInfo{GetCowSize(), 0}; in GetCowSizeInfo()