Home
last modified time | relevance | path

Searched refs:openio (Results 1 – 19 of 19) sorted by relevance

/third_party/littlefs/scripts/
Dteepipe.py18 def openio(path, mode='r', buffering=-1): function
29 out_pipes = [openio(p, 'wb', 0) for p in out_paths]
31 with openio(in_path, 'rb', 0) as f:
Dcoverage.py69 def openio(path, mode='r'): function
95 with openio(args['use']) as f:
114 with openio(args['diff']) as f:
140 with openio(args['merge']) as f:
156 with openio(args['output'], 'w') as f:
Dchangeprefix.py27 def openio(path, mode='r', buffering=-1): function
64 with openio(from_path) as from_f:
65 with openio(to_path, 'w') as to_f:
Dtailpipe.py22 def openio(path, mode='r', buffering=-1): function
123 with openio(path) as f:
Ddata.py128 def openio(path, mode='r', buffering=-1): function
530 with openio(args['use']) as f:
557 with openio(args['output'], 'w') as f:
574 with openio(args['diff']) as f:
Dcode.py128 def openio(path, mode='r', buffering=-1): function
530 with openio(args['use']) as f:
560 with openio(args['output'], 'w') as f:
577 with openio(args['diff']) as f:
Dstructs.py122 def openio(path, mode='r', buffering=-1): function
478 with openio(args['use']) as f:
510 with openio(args['output'], 'w') as f:
527 with openio(args['diff']) as f:
Dprettyasserts.py46 def openio(path, mode='r', buffering=-1): function
393 with openio(input or '-', 'r') as in_f:
399 with openio(output or '-', 'w') as f:
Dstack.py122 def openio(path, mode='r', buffering=-1): function
555 with openio(args['use']) as f:
585 with openio(args['output'], 'w') as f:
602 with openio(args['diff']) as f:
Dsummary.py553 def openio(path, mode='r', buffering=-1): function
614 with openio(path) as f:
665 with openio(args['output'], 'w') as f:
677 with openio(args['diff']) as f:
Dcov.py203 def openio(path, mode='r', buffering=-1): function
601 with openio(args['use']) as f:
633 with openio(args['output'], 'w') as f:
650 with openio(args['diff']) as f:
Dbench.py38 def openio(path, mode='r', buffering=-1): function
281 with openio(args['output'], 'w') as f:
712 self.f = openio(path, 'w+', 1)
1023 stdout = openio(args['stdout'], 'w', 1)
1026 trace = openio(args['trace'], 'w', 1)
Dperfbd.py135 def openio(path, mode='r', buffering=-1): function
392 with openio(path) as f:
1023 with openio(args['use']) as f:
1053 with openio(args['output'], 'w') as f:
1070 with openio(args['diff']) as f:
Dtest.py38 def openio(path, mode='r', buffering=-1): function
289 with openio(args['output'], 'w') as f:
729 self.f = openio(path, 'w+', 1)
1029 stdout = openio(args['stdout'], 'w', 1)
1032 trace = openio(args['trace'], 'w', 1)
Dperf.py149 def openio(path, mode='r', buffering=-1): function
1043 with openio(args['use']) as f:
1073 with openio(args['output'], 'w') as f:
1090 with openio(args['diff']) as f:
Dwatch.py33 def openio(path, mode='r', buffering=-1): function
Dtracebd.py44 def openio(path, mode='r', buffering=-1): function
835 with openio(path) as f:
Dplotmpl.py157 def openio(path, mode='r', buffering=-1): function
197 with openio(path) as f:
Dplot.py133 def openio(path, mode='r', buffering=-1): function
451 with openio(path) as f: