Home
last modified time | relevance | path

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

/aosp12/frameworks/base/startop/scripts/iorap/
H A Dcompile_handcrafted_file.py66 InputRecord = NamedTuple('InputRecord', [('filepath', str), ('offset', int), ('length', int), ('rem… variable
202 def write_text_file_output(input_records: Iterable[InputRecord], output_text_file):
206 def build_trace_file(input_records: Iterable[InputRecord]) -> TraceFile: