Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dab_generator.h114 static bool AddSourceHash(std::vector<AnnotatedOperation>* aops,
Dab_generator.cc77 TEST_AND_RETURN_FALSE(AddSourceHash(aops, old_part.path)); in GenerateOperations()
293 bool ABGenerator::AddSourceHash(vector<AnnotatedOperation>* aops, in AddSourceHash() function in chromeos_update_engine::ABGenerator
Dab_generator_unittest.cc569 EXPECT_TRUE(ABGenerator::AddSourceHash(&aops, src_part_file.path())); in TEST_F()