HomeSort by relevance Sort by last modified time
    Searched refs:trace_out_file (Results 1 - 2 of 2) sorted by null

  /system/update_engine/scripts/update_payload/
block_tracer.py 38 def _TraceBlock(block, skip, trace_out_file, operations, base_name):
52 trace_out_file: a file object to dump the trace to
71 trace_out_file.write(
90 trace_out_file.write(
97 def Run(self, block, skip, trace_out_file, is_kernel):
103 trace_out_file: file object to dump the trace to
113 self._TraceBlock(block, skip, trace_out_file, operations, base_name)
payload.py 327 def TraceBlock(self, block, skip, trace_out_file, is_kernel):
338 trace_out_file: file object to dump the trace to
345 helper.Run(block, skip, trace_out_file, is_kernel)

Completed in 330 milliseconds