Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dinplace_generator.h202 static void ApplyMap(std::vector<uint64_t>* collection,
Dinplace_generator.cc124 ApplyMap(&read_blocks, conversion); in SubstituteBlocks()
128 ApplyMap(&write_before_deps_expanded, conversion); in SubstituteBlocks()
731 void InplaceGenerator::ApplyMap(vector<uint64_t>* collection, in ApplyMap() function in chromeos_update_engine::InplaceGenerator
Dinplace_generator_unittest.cc581 InplaceGenerator::ApplyMap(&collection, value_map); in TEST_F()