Home
last modified time | relevance | path

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

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