Searched defs:aops (Results  1 – 13 of 13) sorted by relevance
| /system/update_engine/payload_generator/ | 
| D | ab_generator.cc | 41                                      vector<AnnotatedOperation>* aops) {  in GenerateOperations()82     vector<AnnotatedOperation>* aops) {  in SortOperationsByDestination()
 87                                      vector<AnnotatedOperation>* aops,  in FragmentOperations()
 195 bool ABGenerator::MergeOperations(vector<AnnotatedOperation>* aops,  in MergeOperations()
 292 bool ABGenerator::AddSourceHash(vector<AnnotatedOperation>* aops,  in AddSourceHash()
 
 | 
| D | merge_sequence_generator_unittest.cc | 61   std::vector<AnnotatedOperation> aops{{"file1", {}, {}}, {"file2", {}, {}}};  in TEST_F()  local282   std::vector<AnnotatedOperation> aops;  in TEST_F()  local
 312   std::vector<AnnotatedOperation> aops;  in TEST_F()  local
 358   std::vector<AnnotatedOperation> aops;  in TEST_F()  local
 399   std::vector<AnnotatedOperation> aops;  in TEST_F()  local
 
 | 
| D | payload_file_unittest.cc | 52   vector<AnnotatedOperation> aops;  in TEST_F()  local
 | 
| D | ab_generator_unittest.cc | 225   vector<AnnotatedOperation> aops;  in TestMergeReplaceOrReplaceXzOperations()  local399   vector<AnnotatedOperation> aops;  in TEST_F()  local
 432   vector<AnnotatedOperation> aops;  in TEST_F()  local
 500   vector<AnnotatedOperation> aops;  in TEST_F()  local
 545   vector<AnnotatedOperation> aops;  in TEST_F()  local
 
 | 
| D | payload_file.h | 101     std::vector<AnnotatedOperation> aops;  member
 | 
| D | full_update_generator_unittest.cc | 52   vector<AnnotatedOperation> aops;  member in chromeos_update_engine::FullUpdateGeneratorTest
 | 
| D | payload_properties_unittest.cc | 83     vector<AnnotatedOperation> aops;  in SetUp()  local
 | 
| D | full_update_generator.cc | 118     vector<AnnotatedOperation>* aops) {  in GenerateOperations()
 | 
| D | delta_diff_utils.cc | 481 bool FileDeltaProcessor::MergeOperation(vector<AnnotatedOperation>* aops) {  in MergeOperation()529 bool DeltaReadPartition(vector<AnnotatedOperation>* aops,  in DeltaReadPartition()
 705 bool DeltaMovedAndZeroBlocks(vector<AnnotatedOperation>* aops,  in DeltaMovedAndZeroBlocks()
 854 bool DeltaReadFile(std::vector<AnnotatedOperation>* aops,  in DeltaReadFile()
 
 | 
| D | delta_diff_generator.cc | 76       std::vector<AnnotatedOperation>* aops,  in PartitionProcessor()
 | 
| D | merge_sequence_generator.cc | 180     const std::vector<AnnotatedOperation>& aops) {  in Create()
 | 
| D | payload_file.cc | 99                                vector<AnnotatedOperation> aops,  in AddPartition()
 | 
| /system/update_engine/payload_consumer/ | 
| D | delta_performer_unittest.cc | 190                                const vector<AnnotatedOperation>& aops,  in GeneratePayload()202                                const vector<AnnotatedOperation>& aops,  in GeneratePayload()
 453   vector<AnnotatedOperation> aops;  in TEST_F()  local
 475   vector<AnnotatedOperation> aops;  in TEST_F()  local
 501   vector<AnnotatedOperation> aops;  in TEST_F()  local
 521   vector<AnnotatedOperation> aops;  in TEST_F()  local
 547   vector<AnnotatedOperation> aops = {aop};  in TEST_F()  local
 568   vector<AnnotatedOperation> aops = {aop};  in TEST_F()  local
 1092   vector<AnnotatedOperation> aops;  in TEST_F()  local
 
 |