Home
last modified time | relevance | path

Searched refs:GetTotalSuperPartitionSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dliblp.h110 uint64_t GetTotalSuperPartitionSize(const LpMetadata& metadata);
/aosp12/system/update_engine/aosp/
H A Dmetrics_reporter_android.cc104 super_partition_size_bytes = GetTotalSuperPartitionSize(*metadata); in ReportUpdateAttemptMetrics()
/aosp12/system/core/fs_mgr/liblp/
H A Dutility.cpp128 uint64_t GetTotalSuperPartitionSize(const LpMetadata& metadata) { in GetTotalSuperPartitionSize() function
H A Dimages.cpp142 uint64_t total_size = GetTotalSuperPartitionSize(metadata); in ImageBuilder()