Home
last modified time | relevance | path

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

/third_party/littlefs/scripts/
Dcode.py67 def openio(path, mode='r'): function
93 with openio(args['use']) as f:
109 with openio(args['diff']) as f:
132 with openio(args['merge']) as f:
146 with openio(args['output'], 'w') as f:
Ddata.py66 def openio(path, mode='r'): function
92 with openio(args['use']) as f:
108 with openio(args['diff']) as f:
131 with openio(args['merge']) as f:
145 with openio(args['output'], 'w') 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:
Dstructs.py118 def openio(path, mode='r'): function
144 with openio(args['use']) as f:
160 with openio(args['diff']) as f:
183 with openio(args['merge']) as f:
197 with openio(args['output'], 'w') as f:
Dstack.py119 def openio(path, mode='r'): function
145 with openio(args['use']) as f:
166 with openio(args['diff']) as f:
194 with openio(args['merge']) as f:
210 with openio(args['output'], 'w') as f:
Dsummary.py61 def openio(path, mode='r'): function
74 with openio(path) as f:
119 with openio(args['diff']) as f: