Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Destimate_cow_from_nonab_ota.cpp219 std::unordered_map<std::string, uint64_t> GetBlockMap(borrowed_fd fd);
296 source_blocks = GetBlockMap(source_fd); in AnalyzePartition()
392 std::unordered_map<std::string, uint64_t> NonAbEstimator::GetBlockMap(borrowed_fd fd) { in GetBlockMap() function in android::snapshot::NonAbEstimator