Home
last modified time | relevance | path

Searched defs:old_part_file (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/scripts/update_payload/
Dapplier.py314 def _ApplySourceCopyOperation(self, op, op_name, old_part_file, argument
358 def _ApplyDiffOperation(self, op, op_name, patch_data, old_part_file, argument
484 def _ApplyOperations(self, operations, base_name, old_part_file, argument
/system/update_engine/payload_generator/
Dpayload_properties_unittest.cc71 ScopedTempFile old_part_file("old_part.XXXXXX"); in SetUp() local