Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Destimate_cow_from_nonab_ota.cpp282 std::unordered_map<std::string, uint64_t> source_blocks; in AnalyzePartition() local
296 source_blocks = GetBlockMap(source_fd); in AnalyzePartition()
297 if (source_blocks.empty()) { in AnalyzePartition()
366 if (auto iter = source_blocks.find(hash); iter != source_blocks.end()) { in AnalyzePartition()
Dsnapuserd.cpp447 std::set<uint64_t> source_blocks; in ReadMetadata() local
510 if (dest_blocks.count(cow_op->new_block) || source_blocks.count(cow_op->source)) { in ReadMetadata()
518 source_blocks.insert(cow_op->new_block); in ReadMetadata()
587 source_blocks.clear(); in ReadMetadata()